Access Token Verification for Django Rest API

Hi All,

We have an Angular Frontend application and Django Rest API setup at the backend. We are trying to integrate Okta in to our application. For this we get have completed the integration with the frontend. Now frontend will be generating access token and from the backend we need to verify the access token. Can anyone help us with this situation?? How is this access token validated by the backend i.e Django Rest API.

1 Like

Hi, I am having the same problem, How did you solve it