You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New optional responseParams for OAuth 2.0 for getting custom data other than code, redirect_uri and client_id. See Issue #237 for more information. 03fd4c5
$auth.setToken's second parameter has been renamed to redirect rather than isLinking to clarify the confusion expressed in #242. 314e323
GitHub provider now requests email scope by default. 1c7370c
Windows Live provider now requests email scope by default. 1c7370c
Fixed http interceptor bug where it could not be set to false. 69e9ec2
exp JWT claims is now optional in $auth.isAuthenticated, i.e. return true if exp was never sent by server to check for token expiration date on the client, just as long as a token itself exists. 6bef39a