Skip to content

nawtinhaz/jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-auth

Clean and simple authentication microservice written in Go.

To run project

make run

To setup git hooks run

make install-hooks

To run all checks manually

make check

To skip pre-commit checks

make skipcheck-precommit

To skip pre-push checks

make skipcheck-prepush

Internals

auth-service:

  • signin
  • signup
  • blacklist

jwt package must provide:

  • create
  • validate

databases: sqlite redis mongo in-memory

We have to save this data somehow: users -> username | password tokens -> token | expiry_date | refresh_token???

About

Clean and simple authentication microservice written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published