File: multi_db_settings_invalid_token_configuration.py

package info (click to toggle)
django-oauth-toolkit 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,156 kB
  • sloc: python: 11,100; makefile: 159; javascript: 9; sh: 6
file content (8 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
from .multi_db_settings import *  # noqa: F401, F403


OAUTH2_PROVIDER = {
    # The other two tokens will be in alpha. This will cause a failure when the
    # app's ready method is called.
    "ID_TOKEN_MODEL": "tests.LocalIDToken",
}