Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug #32446] Assuming identity is very slow #3

Open
wants to merge 69 commits into
base: master
Choose a base branch
from
Open

Conversation

aomran
Copy link

@aomran aomran commented May 1, 2017

Updating the gem to latest version.

dylanjha and others added 30 commits February 17, 2015 13:16
* closes flyerhzm#67
* warden#set_user sets current_sign_in_at, last_sign_in_at,
current_sign_in_ip, sign_in_count, current_sign_in_ip, last_sign_in_ip
* use SessionSerialializer#store to bypass the updating of these columns
* thanks rajagopals@7437c5c
Devise provider- don't store sign_in details
    * re-implement e6147fb (reverted in d18b453)
    * closes flyerhzm#67
    * warden#set_user sets current_sign_in_at, last_sign_in_at,
    current_sign_in_ip, sign_in_count, current_sign_in_ip, last_sign_in_ip
    * use SessionSerialializer#store to bypass the updating of these columns
    * fix tests
Devise provider- don't store sign_in details
SwitchUser.all_users only selects identifier and name columns.
SwitchUser.data_sources.find_scope_id only queries that user.
…d str

2. Don't attempt to query db if scope str isn't in scope_id str
replace select option to group option
fix grouped_options_for_select bug for rails 3.2
vkill and others added 29 commits April 20, 2016 09:19
add class and style options to switch_user_select
Make the javascript redirect respect the relative_url_root
add ability to store_sign_in info with devise provider
`#remember_user`.

We need to be able to tell the gem that we want the user to be
remembered so that we can switch back to it. It was unclear how it
should've been done, so this is making sure that we don't have to make
two calls to the `SwitchUser API`, just to make sure the original user
will be remembered.

Related Issue: flyerhzm/issues/55
fix scope in devise provider
Fix small issue related to user scope on warden Change behaviour to allow remember=true to be called on URL
Update docs about before_action when Rails < 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.