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-backend4 replies