Skip to content

Releases: IcaliaLabs/authegy-gem

Fixed User Signup & authegy_routes

06 Mar 21:50
cc87858
Compare
Choose a tag to compare
  • Fixed User Signup

  • Use router method 'authegy_routes' instead of 'devise_for'

Minor correction over generated User model

02 Mar 21:03
b999c96
Compare
Choose a tag to compare

The devise modules :database_authenticatable and :validatable are being already added (although with some changes) by the Authegy::User class.

This release includes a minor correction to the User model template to reflect this.

Initial Release

02 Mar 20:39
51b71bb
Compare
Choose a tag to compare

For now, it fill first run the devise:install generator, and then will create the Person, User, Role and RoleAssignment models, along with the database migration to create their required tables.