Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 228 Bytes

10_10.md

File metadata and controls

2 lines (2 loc) · 228 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.