Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aventer-ug/go-avauth-oauth2
OAuth Service written in Golang
https://github.com/aventer-ug/go-avauth-oauth2
api golang oauth
Last synced: 24 days ago
JSON representation
OAuth Service written in Golang
- Host: GitHub
- URL: https://github.com/aventer-ug/go-avauth-oauth2
- Owner: AVENTER-UG
- License: apache-2.0
- Created: 2021-09-15T11:39:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T11:50:37.000Z (9 months ago)
- Last Synced: 2024-06-20T14:21:08.268Z (7 months ago)
- Topics: api, golang, oauth
- Language: Go
- Homepage:
- Size: 675 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# go-avauth-oauth2
This is a oauth2 provider that use the aventer backend systems to authenticate. To be honest, it makes no sense for other peoples to use it, but I think it's a interesting starting point for the own oauth2 project. So, feel free and have a look around.
## How to use
This OAuth provider need the following information as environment variable.
```bash
export AUTH_SERVER=https://
export CLIENTDOMAIN=
export CLIENTID=
export CLIENTSECRET=
export GROUP=
export IDENTIFIER=
export JWT_SIGNKEY=
export LOGLEVEL=
export REDIS_SERVER=:6379go run main.go
```