-
- Downloads
:upgrade: use rbsso 0.3.0 with nonce support
We do not make use of the nonce yet. We lack a way to store the nonce in the session for now. It probably exists as helpy also knows to store the page one tried to visit in the session but I need to research how to access it from within an omniauth strategy.
... | ... | @@ -11,7 +11,7 @@ Omniauth strategy for "ai's sso"(https://git.autistici.org/ai/sso) based on rbss |
s.homepage = 'https://0xacab.org/riseup/omniauth-sso' | ||
s.add_runtime_dependency 'omniauth', '~> 1.3' | ||
s.add_runtime_dependency 'rbsso', '~> 0.2.2' | ||
s.add_runtime_dependency 'rbsso', '~> 0.3.0' | ||
s.add_development_dependency 'rake', '>= 10', '< 13' | ||
s.add_development_dependency 'minitest', '~>5.0' | ||
... | ... |
Please register or sign in to comment