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

Changelog History
Page 3

  • v0.8.2 Changes

    • Activity logging feature has a new column called last_login_from_ip_address (string type). If you use ActiveRecord, you will have to add this column to DB (#465)
  • v0.7.0 Changes

    • ๐Ÿ›  Many bugfixes
    • โž• Added default SSL certificate for oauth2
    • โž• Added multi-username ability
    • ๐Ÿ”’ Security fixes (CSRF, cookie digesting)
    • โž• Added auto_login(user) to the API
    • โšก๏ธ Updated gem versions of oauth(1/2)
    • โž• Added logged_in? as a view helper
    • Github provider added to external submodule
  • v0.6.1 Changes

    โšก๏ธ Gemfile versions updated due to public demand. (bcrypt 3.0.0 and oauth2 0.4.1)

  • v0.6.0 Changes

    Fixes issues with external user_hash not including some fields, and an issue with User model not loaded when user_class is called. Now config.user_class should be a string or a symbol.

    ๐Ÿ‘Œ Improved specs.

  • v0.5.21 Changes

    ๐Ÿ›  Fixed typo in initializer - MUST be "config.user_class = User"

  • v0.5.3 Changes

    ๐Ÿ›  Fixed #9 ๐Ÿ›  Fixed hardcoded method names in remember_me submodule. ๐Ÿ‘Œ Improved specs.

  • v0.5.2 Changes

    ๐Ÿ›  Fixed #3 and #4 - Modular Sinatra apps work now, and User model isn't cached in development mode.

  • v0.5.1 Changes

    ๐Ÿ›  Fixed bug in reset_password - after reset can't login due to bad salt creation. Affected only Mongoid.

  • v0.5.0 Changes

    โž• Added support for Mongoid! (still buggy and not recommended for serious use)

    'reset_password!(:password => new_password)' changed into 'change_password!(new_password)'

  • v0.4.2 Changes

    โž• Added test helpers for Rails 3 & Sinatra.