GoAuth2

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2023 License: GPL-3.0 Imports: 12 Imported by: 0

README

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

Installation

Documentation


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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package compresstoken ...
Package compresstoken ...
Package handlers ...
Package handlers ...
Package managers ...
Package managers ...
Package mysqldb ...
Package mysqldb ...
Package oauthclient ...
Package oauthclient ...
Package rolecontrol ...
Package rolecontrol ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL