Changes for OIDC-Client distribution
0.09 2025-07-07
- build_api_useragent() : $audience_alias parameter is now optional (current audience by default)
- added build_user_from_claims() method
0.08 2025-05-12
- The stored identity now expires by default. The expiration time is the one defined in the ID token, but you can also override this value by specifying the lifetime in the parameters.
- The new get_identity_expiration_time() method lets you know the time when the stored identity expires, including the configured leeway.
- Version number from dist.ini
0.07 2025-02-10
- Catalyst and Mojolicious plugins are extracted from this distribution to their own distributions for dependency reasons
0.06 2025-01-17
- No change. Retry after that PAUSE indexer failure for v0.05
0.05 2025-01-17
- Added versions to some dependencies
0.04 2025-01-15
- need v0.423 for List::MoreUtils
0.03 2025-01-14
- need v0.03 for Test::WWW::Mechanize::Catalyst::WithContext
- fine tuning for the distribution builder
0.02 2025-01-12
- fix dependencies
0.01 2025-01-10
- initial version