Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 344 Bytes

File metadata and controls

4 lines (2 loc) · 344 Bytes

Authentication APP with JWT

Minimal setup for an Authentication solution with JWT that allows a user to be authenticated by a token persisted in the sessionStorage in the frontend application that provides the routes, ACL and the rol type of the user that enables the application to protect and secure parts of the app for different roles.