Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/customizing_token_claims.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ for the view, which is in turn used to generate the view's access token.

As with the standard token views, you'll also need to include a url route to
your subclassed view.

You can also get the claim from request with:
.. code-block:: python
request._auth.get("name")