Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit c95a7b3

Browse files
committed
chore: token handlers description in Documentation
1 parent d3bfbf0 commit c95a7b3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

doc/source/contents/conf.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,11 @@ An example::
417417
token_handler_args
418418
------------------
419419

420+
Token handler is an intermediate interface used by and endpoint to manage
421+
the tokens' default behaviour, like lifetime and minting policies.
422+
With it we can create a token that's linked to another, and keep relations between many tokens
423+
in session and grants management.
424+
420425
An example::
421426

422427
"token_handler_args": {
@@ -528,7 +533,7 @@ An example::
528533
}
529534

530535
This is somethig that can be customized.
531-
For example in a django project we would use something like
536+
For example in the django-oidc-op implementation we use something like
532537
the following (see `example/django_op/oidc_provider`)::
533538

534539
"userinfo": {

0 commit comments

Comments
 (0)