Skip to content
/ GoAuth2 Public

A complete standalone Oauth2 Server RFC 6749 implementation written in Golang and licensed under the GPL V3 license.

License

Notifications You must be signed in to change notification settings

Ulbora/GoAuth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f98770 · Jul 3, 2024
Jul 3, 2024
Dec 23, 2019
Jul 3, 2024
Jul 3, 2024
Jul 3, 2024
Jul 3, 2024
Oct 20, 2019
Jul 3, 2024
Jul 3, 2024
Jan 18, 2020
Dec 9, 2020
Jul 12, 2020
Jan 5, 2019
Dec 4, 2016
Mar 31, 2019
Mar 31, 2019
Jul 3, 2024
Mar 6, 2019
Apr 10, 2023
Sep 25, 2019
Jul 3, 2024
Jan 5, 2019
Dec 9, 2020
Jul 3, 2024
Apr 8, 2023
Nov 26, 2019
Jul 3, 2024
Dec 27, 2019
Feb 17, 2020
Mar 11, 2019
Dec 27, 2019
Jan 24, 2020
Dec 26, 2019
Oct 28, 2019

Repository files navigation

A complete standalone Oauth2 Server RFC 6749 implementation written in Golang and licensed under the GPL V3 license.


GitHub Actions Build Quality Gate Status Go Report Card

GoAuth2 is an Oauth2 server implementation written in Golang and the security layer for Six910 open source eCommerce solution. Currently authorization code, implicit, and client credentials grant, and password grant types are supported.

GoAuth2 issues a compressed enhanced JWT token that can be used to secure individual REST endpoints for users using roles. REST endpoints can be coded to validate the JWT token using the user's role. There is also a access token REST service that can validate a compressed token. Token compression can be turned off at startup if desired.


GoAuth2 will provide the security infrastructure for Six910 the new open source eCommerce Platform solution from Ulbora Labs LLC, Six910.

(Six910 is an eCommerce Platform server solution written in golang that provides REST endpoints for backend operations. Six910 frontend soltutions is also written in golang.)


This server should run behind nginx and nginx should handle certs.

If you would like to contribute to this project, send a pull request.

Contributors: Ken Williamson