Back to Django Allauth

Abstract Token Strategy

docs/headless/token-strategies/abstract-strategy.rst

65.16.1304 B
Original Source

Abstract Token Strategy

If the token strategies that are offered out of the box do not suit your needs you can create your own strategy. Your strategy should match the following interface:

.. autoclass:: allauth.headless.tokens.strategies.base.AbstractTokenStrategy :members: