Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 501 Bytes

File metadata and controls

11 lines (6 loc) · 501 Bytes

Scenario

Most of the time , when developing an application, you need to build API's for login and register. In addition to that, you need to Authenticate the user token for protected API's and Authorize them.

Reference

Problem

Develop a Logic to Authenticate and Autheorize the Request based on the provided information(Example : JWT Token)