Closed
Bug 1315338
Opened 8 years ago
Closed 8 years ago
Add offline_access scope in Auth0 lock
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Webtools Graveyard
Air Mozilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
Attachments
(1 file)
We need to set the scope to add offline_access otherwise we won't get the refresh_token.
Assignee | ||
Comment 1•8 years ago
|
||
Eg...
authParams: {
scope: 'openid offline_access'
}
Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/0444aa3fcafeda3c1ca23dd878c2d07657661f7e
fixes bug 1315338 - Add offline_access scope in Auth0 lock (#787)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•