You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a FAST-API webapp hosted on azure app service. I am trying to secure its endpoints via oAuth2.
I am using AAD Client Credentials flow.
So far I have been able to get tokens, verify and decode it using the steps mentioned here and secure my endpoints.
However it feels that a lot of code that I have written as part of JWT verification is basically re inventing the wheel.
Is this the recommended approach/best practice ?
Does everyone have to write the code to verify JWT tokens and essentially re invent the wheel ?
bykof, nleroy917, alejandro-zuleta-globant, jackmpcollins, ntopulos and 6 more