The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02_01

  • Moved into ::ButMaintained for control
  • Full Moosification
  • Added missing quote_identifiers
    • Removed the redundant retreive code for user retrieval in from_session, now we call find_user here
  • Made the user class subclassable รก la DBIC
  • Made the store work with composite keys by serializing the initial auth_info clause
  • Added tests for roles t/20_session.t
  • find_user will now fall back to auth_info, but maintains user_key if it is set in conf
  • Added a ton of docs