Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Jumpy-Squirrel/rexis-go-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rexis-go-auth

Overview

A backend service that provides authentification and limited authorization functionality.

Implemented in go.

THIS IS A VERY EARLY WORK IN PROGRESS

Installation

Any dependencies will be downloaded by go build / go test, because this project uses go modules.

Examples

Try out pw flow:

curl -X POST -d "client_id=000000&client_secret=999999&grant_type=password&username=admin&password=123456" \
     http://localhost:9096/token

For the sample login form try in browser: http://localhost:9096/login

Documentation

Based on this oauth2 implementation

https://github.com/go-oauth2/oauth2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors