jwt_simple_oauth_fallback 1.0.1

New features

Changes since 1.0.0:

  • Allow installation and usage against `drupal/jwt:^3`

jwt_simple_oauth_fallback 1.0.0

Initial stable release.

Summary

Lets the JWT and Simple OAuth modules coexist on the same site. Normally only one of their authentication providers can claim a bearer request, so a valid token from the "losing" module is silently treated as anonymous (403 instead of 401). This module removes both providers' authentication_provider tags and replaces them with a single wrapper (jwt_oauth2_auth) that tries JWT then Simple OAuth in turn.

jwt_simple_oauth_fallback 1.0.x-dev

JWT / Simple OAuth Fallback 1.0.0

Initial stable release.

Summary

Lets the JWT and Simple OAuth modules coexist on the same site. Normally only one of their authentication providers can claim a bearer request, so a valid token from the "losing" module is silently treated as anonymous (403 instead of 401). This module removes both providers' authentication_provider tags and replaces them with a single wrapper (jwt_oauth2_auth) that tries JWT then Simple OAuth in turn.

Subscribe with RSS Subscribe to Releases for JWT / Simple_Oauth Fallback