The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for perl distribution Mojolicious::Plugin::Authentication::OIDC

0.06      2024-06-23T19:10:33-05:00
  - allow app to specify base url in cases where it can't be inferred

0.05      2024-06-11T16:53:36-05:00
  - Make access safer to current_user/roles when user not logged in

0.04      2024-05-31T11:12:13-05:00
  - Fix bug preventing user roles from being applied
  - Fix bug preventing on_activity handler from being called

0.03      2024-05-25T17:21:38-05:00
  - Make helper prefix configurable

0.02      2024-05-09T11:57:28-05:00
  - Add role_map functionality

0.01      2024-04-25T13:18:14-05:00
  - First public release