nside_wefa.authentication.urlsΒΆ

URL configuration for the nside_wefa.authentication app.

This module exposes authentication endpoints depending on the configured authentication types in NSIDE_WEFA.AUTHENTICATION.TYPES. When enabled:

  • TOKEN: exposes /token-auth/ using Django REST framework token auth.

  • JWT: exposes /token/ and /token/refresh/ using SimpleJWT.