Releases: RaspberryPiFoundation/rpi-auth
Releases · RaspberryPiFoundation/rpi-auth
v1.3.0
What's Changed
- fix(Authenticatable-model): access from_omniauth via User model by @sra405 in #40
New Contributors
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Removed default setting of success_redirect = '/' in RpiAuth config
v1.2.0
Updates omniauth-rpi version to 1.4.0
v1.1.0
Defaults to setting the user_id
param on the model rather than id
(so that the application can use an internal ID structure for the user model).
v1.0.1
Updates Omniauth-rpi to latest version (fixing a bug where the returbed uid
was empty)
v1.0.0
Version 1.0.0
Rails 7 / Ruby 3.1 support