Authorization not refreshing #29
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/myPrayerJournal#29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When returning to the site after being on it the previous day, it picks up as not being logged on (which is fine). After going through the log on process, everything comes up fine. However, ~30 seconds from that time, the menu changes back to the non-logged-on version. API calls still work, but something is switching
isAuthenticated
back tofalse
.I suspect the issue lies in the
refreshTokens
function.Resolved this without code; there is a separate spot in the Auth0 config for which origins are allowed to make these types of requests. I put https://prayerjournal.me in that spot, and the existing code now works.