Skip to content

gotsteez/auth-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth-engine

Authentication API with ability to link to discord.

src/config.json

The src/config.json is used for keys and general configuration needed in the api. Structured like

{
  "jwt": {
    "secret": ""
  },
  "db": {
    "uri": ""
  }
}

TO DO

  • Add discord oauth w/o passportjs
  • Add jwt w/ refresh tokens

About

Authentication engine with ability to link to discord

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors