We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I add this library in my project
works fine but if a do a $http.get or $http.post my header don't contain any baerer token
can we help me?
Thanks
This is my request header 👍 Accept application/json, text/plain, / Accept-Encoding gzip, deflate Accept-Language it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3 Connection keep-alive Host pagandoangular.local:8080 Referer http://pagandoangular.local:8080/ User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
My config : .config(['OAuthProvider', function(OAuthProvider){ OAuthProvider.configure({ baseUrl: 'http://cliente2.pagando.local:8080', clientId: 'testclient', grantPath: '/oauth', revokePath: '/oauth', clientSecret: 'testpass' // optional }); }]);
The text was updated successfully, but these errors were encountered:
Did you successfully retrieved a token after a getAccessToken call? Check if this is related to #21.
getAccessToken
Sorry, something went wrong.
Closing this.
No branches or pull requests
I add this library in my project
works fine but if a do a $http.get or $http.post my header don't contain any baerer token
can we help me?
Thanks
This is my request header 👍
Accept
application/json, text/plain, /
Accept-Encoding
gzip, deflate
Accept-Language
it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3
Connection
keep-alive
Host
pagandoangular.local:8080
Referer
http://pagandoangular.local:8080/
User-Agent
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
My config :
.config(['OAuthProvider', function(OAuthProvider){
OAuthProvider.configure({
baseUrl: 'http://cliente2.pagando.local:8080',
clientId: 'testclient',
grantPath: '/oauth',
revokePath: '/oauth',
clientSecret: 'testpass' // optional
});
}]);
The text was updated successfully, but these errors were encountered: