2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

implement more provider stuff

This commit is contained in:
Matthias Mair
2025-01-07 16:56:43 +01:00
parent 27e31e5a75
commit 2e6ba4de91
8 changed files with 118 additions and 129 deletions

View File

@ -1314,6 +1314,7 @@ HEADLESS_FRONTEND_URLS = {
'account_reset_password': 'http://localhost:8000/password-reset',
'account_reset_password_from_key': 'http://localhost:8000/password-reset-key/{key}', # noqa: RUF027
'account_signup': 'http://localhost:8000/signup',
'socialaccount_login_error': 'http://localhost:8000/social-login-error',
}
HEADLESS_ONLY = True
HEADLESS_TOKEN_STRATEGY = 'InvenTree.auth_overrides.DRFTokenStrategy'