Posts by Walison Leiria • 1 point
2 posts
-
0
votes1
answer12
viewsA: Problems implementing JWT authentication with NET Core 5
Hello, after a few more debugs and a good night’s sleep, I managed to figure out the problem. I realized that in token generation I was not passing the information of Issuer and Audience but was…
-
0
votes1
answer12
viewsQ: Problems implementing JWT authentication with NET Core 5
Hello, I’m having trouble implementing JWT in my API, I researched and looked at several tutorials on the subject and noticed that they use Identity, but I use Dapper to be able to check if the user…