openid

[1/1]

  1. The Evolving Landscape of Django Authentication: A Guide to OpenID Connect and Beyond
    OpenID and Django AuthenticationOpenID Connect (OIDC): While OpenID (original version) is no longer actively developed, the modern successor
  2. Testing OpenID in Django: Local Providers vs. Mock Authentication
    Mock Authentication:This approach simulates the OpenID flow by generating mock user data and an access token locally, allowing you to test your application's logic without relying on an external provider