auth-server

command
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2019 License: MIT Imports: 6 Imported by: 0

README

Auth Server

Auth server will authorize the client and provide them with JWT

Routes

/sign-in

This will take username and password, then return access and refresh tokens.

/sign-in-fresh

This will take username and password, then return fresh access token.

/sign-up

This takes user data, adds that user, then returns access and refresh tokens.

/refresh

This takes refresh token, validates it, then returns new access and refresh token.

/verify-email

Takes in verification code and verfies the email.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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