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.
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.