authlogic icon indicating copy to clipboard operation
authlogic copied to clipboard

A simple ruby authentication solution.

Results 15 authlogic issues
Sort by recently updated
recently updated
newest added

# Expected Behavior No error # Actual Behavior The application works good until it doesn't any more :/ When I try to access to the website I see this error:...

ISSUES THAT DO NOT FOLLOW THIS TEMPLATE WILL BE CLOSED IMMEDIATELY. - [X] This is not a usage question. - Our volunteers' time is limited, so please ask usage questions...

ISSUES THAT DO NOT FOLLOW THIS TEMPLATE WILL BE CLOSED IMMEDIATELY. - [x] This is not a usage question. - Our volunteers' time is limited, so please ask usage questions...

I am trying setup Authlogic gem with rails 7. I have simple controller: ```ruby class UsersController < ApplicationController def new render_page 'Registration' end def create @user = User.new(email: '[email protected]', password:...

Per #743, I changed the implementation of the current time in the same way for `#update_login_timestamps`, to get rid of the `ActiveRecord::Base.default_timezone` depreciation warning in Rails 7.0.

Acts exactly like `params`, but uses `headers` instead. ```` curl -H "user_credentials: 4LiXF7FiGUppIPubBPey" https://www.domain.com ````

If a password is being transitioned to a new crypto provider, I would expect ```password_changed?``` to be falsey, but it is true. This draft PR adds a test to demonstrate...

- [x] This is not a usage question. - [x] This is not a security issue. - [x] I am committed to implementing this feature in a reasonable amount of...

Namely in the magic columns, there are some counter increments that are done as validations. It'd be nice to refactor these to be callbacks instead.

ISSUES THAT DO NOT FOLLOW THIS TEMPLATE WILL BE CLOSED IMMEDIATELY. - [x] This is not a usage question. - Our volunteers' time is limited, so please ask usage questions...