| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-01 | 479 Bytes | |
| v2.1.4 source code.tar.gz | 2025-10-01 | 32.0 kB | |
| v2.1.4 source code.zip | 2025-10-01 | 45.4 kB | |
| Totals: 3 Items | 77.8 kB | 1 | |
What's Changed
- Add Ruby 3.4 to CI by @tejasbubane in https://github.com/omniauth/omniauth/pull/1142
- Add after_request_phase callback hook by @gerardo-navarro in https://github.com/omniauth/omniauth/pull/1147
Full Changelog: https://github.com/omniauth/omniauth/compare/v2.1.3...v2.1.4
You may now configure an after_request_phase callback on your omniauth builder instance. This callback will be run after the request phase before returning the request result.