Skip to content

swelham/sails-jwt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sails-jwt-example

A sails.js user management example using JWT for authorisation

todo

  • Registration
  • Login
  • Token generation & valiadtion
  • Password reset
  • Account locking
  • Correct the way token expiration is handled (should set the expire time in the token)
  • Update the request header to use Authorization: Bearer {token}
  • User emails - need to decide how to handle user email address
    • 1 - option to store email as username or separate property
    • 2 - always store email as a property and copy email to username
    • 3 - make emailing optional
  • Code documentation
  • Tests

About

A sails.js user management example using JWT for authorisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published