Back to Practical Aspnetcore

Secure your REST API

exercises/pathway-1/exercise-6.md

latest182 B
Original Source

Secure your REST API

  • Copy code from exercise-4.
  • Secure the backend with JWT authentication.
  • Modify the page to handle JWT authentication.
  • Implement token refresh API.