-
Notifications
You must be signed in to change notification settings - Fork 17
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
GitHub OAuth #19
GitHub OAuth #19
Conversation
AntoineReneleau
commented
Jun 24, 2015
- Multiapp capatibility gatekeeper#1
- Update uri.js version to 1.15.2 to remove jQuery dep and useless main js angular-uri#1
localStorage.oauthAccessToken = accessToken; | ||
$window.location.href = '/'; | ||
}, function(reason) { | ||
console.log('fail', reason); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Y'a peut être meux à faire que du console.log ?
@AntoineReneleau tu penses que certaines parties sont testables ? |
Je vais déjà faire les corrections, mettre en place l'OAuth multiapp et je me mettrai sur les tests après. 😄 |
72be431
to
a31c2f3
Compare
}, | ||
|
||
getLogoutClientIds: function() { | ||
var accessTokens = this.getAccessTokens(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Espace en trop avant le =
😉
490e74d
to
f537ceb
Compare
5cae5f9
to
7102c4f
Compare
Left for #20 |