Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retrieve
omniauth_identity
automatically when accessed for first ti…
…me (#29) I often forget to call `retrieve_omniauth_identity` before trying to access the `omniauth_identity` attribute in `before_omniauth_callback_route`. I think we can make it automatically retrieve `omniauth_identity` the first time it's called. I haven't removed the `retrieve_omniauth_identity` method since it might already be called by users.
- Loading branch information