msuliq / omniauth_oidc

Omniauth strategy to authenticate and retrieve user data using OpenID Connect (OIDC)
MIT License
5 stars 1 forks source link

update dependencies for rack and openid_connect #5

Closed msuliq closed 2 months ago

msuliq commented 2 months ago

Referring to the issue #4 dependencies were updated to allow latest omniauth and rack.

These dependencies were enforced by the openid_connect library which has been replaced by a forked version without any dependency versions specified. Forked version might be replaced by the original openid_connect once it implements version-free dependencies.