rexis-go-auth

command module
v0.0.0-...-64fdddf Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2019 License: MIT Imports: 13 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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