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
A set of views is provided to let users handle tokens that have been granted to them, without needing to accessing Django Admin Site.
5
+
Every view provides access only to the tokens that have been granted to the user performing the request.
6
+
7
+
8
+
Granted Token views are listed at the url `authorized_tokens/`.
9
+
10
+
11
+
For each granted token there is a delete view that allows you to delete such token. You can override default templates `authorized-tokens.html` for the list view and `authorized-token-delete.html` for the delete view; they are located inside `templates/oauth2_provider` folder.
0 commit comments