Rodauth v1.6.0 Release Notes

Release Date: 2016-10-24 // over 7 years ago
    • Add http_basic_auth feature (TiagoCardoso1983, jeremyevans) (#12)

    • ๐Ÿšš Move login hooks from login feature to base, to be usable by other features (jeremyevans)

    • ๐Ÿ‘‰ Make reset_password feature not attempt to render a template in json-only mode (jeremyevans) (#11)

    • ๐Ÿ“ Memoize jwt_payload in jwt feature, as it may be called more than once (mwpastore) (#10)

    • Add jwt_decode_opts configuration method to jwt feature, for specifying options to JWT.decode, allowing for JWT claim verification (mwpastore, jeremyevans) (#9)

    • Add jwt_session_hash configuration method to jwt feature, for modifying the session information stored in the JWT hash, allowing for setting JWT claims (mwpastore, jeremyevans) (#9)

    • Add jwt_session_key configuration method to jwt feature, for nesting the session under a key in the JWT, avoiding reserve claim names (mwpastore, jeremyevans) (#9)

    • Add jwt_symbolize_deeply? configuration method to jwt feature, for symbolizing nested keys in session hash when using JWT (mwpastore) (#9)