Skip to content
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

Fix device parameter not being whitelisted for authorization #312

Merged
merged 2 commits into from
Jan 16, 2017

Conversation

nabeelamjad
Copy link
Contributor

@nabeelamjad nabeelamjad commented Jan 16, 2017

As per https://auth0.com/docs/tokens/refresh-token when issuing a refresh token it is now mandatory to specify a device parameter with any arbitrary value, this PR adds it to the whitelisted authorization parameters.

Currently our regular web application does not recognize the device parameter and keeps failing as a result, the call into auth0.js is being made from here.

@codecov-io
Copy link

codecov-io commented Jan 16, 2017

Current coverage is 25.17% (diff: 100%)

Merging #312 into master will not change coverage

@@             master       #312   diff @@
==========================================
  Files            30         30          
  Lines          1025       1025          
  Methods         173        173          
  Messages          0          0          
  Branches        163        163          
==========================================
  Hits            258        258          
  Misses          767        767          
  Partials          0          0          

Powered by Codecov. Last update b9ffbb2...9761a03

@glena glena merged commit 523b08c into auth0:master Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants