-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Provider changing hash information sent after success ? #4
Comments
If you want to do so temporally, overwrite |
Hi nov, I wrote this before i understood how omniauth effects what you see when you get the final call back. The OpenID Connect, eh? i'll google, but if it's like the last implementation with long arsed urls, I'll stick to Oauth. I just want to say thanks for this gem too and for your sample apps. I chose the Mac support one, but you must still be hacking on it eh? I've changed some things to make it work with my app. Also in the Mac support gem, you reference |
For mac token, see this sample. nov On May 6, 2011, at 6:13 PM, pjammerreply@reply.github.com wrote:
|
Yeah I'm commenting on it too now. I'll close this issue. Would love to talk more over there. thanks. |
Ugh, i WANTED to git clone the mac app, looks like i git cloned the bearer app... my bad, but the fixes I'm adding work in both. |
In my hash that gets sent back to the client app, after first authorization is successful, is there a way to include the user's email and other information in that hash?
Any help would be great.
When i get the hash back, shouldn't there be a UID or something? If not what method do i change to add one?
provider: myname
uid:
credentials:
token: longasstokenhere9283sids2932==
The text was updated successfully, but these errors were encountered: