Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 285 Bytes

10_10.md

File metadata and controls

3 lines (3 loc) · 285 Bytes

Secure api of the app from the previous exercises. Create simple sign-up/login rest api which should use email and password for authorization and return jwt tokens. Make other routes available only with a registered jwt token. Make sure to update your tests considering the auth.