Skip to content

µservice for logging in and storing tokens (JWTs)

Notifications You must be signed in to change notification settings

AlpacaLabs/api-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication

This is the primary µService for Alpaca. It manages user credentials (username, email, phone number)

Using the API

Creating a user

http POST localhost:8080/account username="kevin_chen" email_address="kevin.chen.bulk@gmail.com"

Set password

http PUT localhost:8080/account/970480225798328320/password password="MyPassword123Is-Super-Secure"

Logging in

http POST localhost:8080/token login="kevin_chen" password="MyPassword123Is-Super-Secure"

About

µservice for logging in and storing tokens (JWTs)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published