Ulbora / GoAuth2

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

Home Page:https://ulbora.github.io/GoAuth2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://ulbora.github.io/GoAuth2/

License:GNU General Public License v3.0


Languages

Language:Go 99.4%Language:Less 0.2%Language:Shell 0.2%Language:CSS 0.2%Language:Dockerfile 0.0%