python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to implement different roles in an angular application with JWT
I am trying to build an application with an express backend with jwt and with angular as frontend.
The problem is that I need to identify the users who log in to the application to redirect them to th...
Mat
Votes: 0
Answers: 1
What happens to JWT refresh token that is yet to expire in a node application?
I have a blog application I am building. I used node.js, expressjs, mongodb and reactjs. This is how I implemented the jwt system in the app:
When a user logs-in, the user generates accessToken and a ...
kinhs
Votes: 0
Answers: 1
Microsoft Graph: verify with which secret an access token was obtained
When getting an access token for Microsoft Graph using the client_credentials method (https://learn.microsoft.com/de-de/graph/auth-v2-service) you use a client secret.
Is there any way one can verify ...

Gianluca Filitz
Votes: 0
Answers: 1
How can I validate third party back-ends in microservices?
I have a microservices architecture system which uses JWT to authenticate microservices and front-end. Everything there is great.
Now, I need to authenticate third party clients. At first, it looks li...
Buividavičius Vilius
Votes: 0
Answers: 0