All Versions
41
Latest Version
Avg Release Cycle
206 days
Latest Release
-

Changelog History
Page 5

  • v0.1.0 Changes

    Core Features:

    • ๐Ÿ”ง login/logout, optional redirect on login to where the user tried to reach before, configurable redirect for non-logged-in users.
    • ๐Ÿ”ง password encryption, algorithms: bcrypt(default), md5, sha1, sha256, sha512, aes256, custom(yours!), none. Configurable stretches and salt.
    • ๐Ÿ”ง configurable attribute names for username, password and email. ### ๐Ÿ‘‰ User Activation:
    • ๐Ÿ‘‰ User activation by email with optional success email.
    • ๐Ÿ”ง configurable attribute names.
    • ๐Ÿ”ง configurable mailer.
    • Optionally prevent active users to login. ### Password Reset:
    • Reset password with email verification.
    • ๐Ÿ”ง configurable mailer, method name, and attribute name. ### Remember Me:
    • ๐Ÿ”ง Remember me with configurable expiration.
    • ๐Ÿ”ง configurable attribute names.