C#C
C#2y ago
Omid.N

I can't authorize an endpoint in asp.net core app

I have a simple backend app. I have and endpoint called /notes for fetching notes. I have added RequireAuthorization() to it but I can't authorize the users. I have written the login and signup endpoints myself so that they send jwt tokens.

Here is the link to my code in github: https://github.com/OmidNejadabbasi/notit-backend
GitHub
The backend for notit app. Contribute to OmidNejadabbasi/notit-backend development by creating an account on GitHub.
Was this page helpful?