aims at closing #152
This is admittedly a naive approach to retrying the auth0 /userinfo endpoint., but considering this code should only run when a new user logs in for the first time, I think it should be sufficient. Also added logic such that if a 401 is returned, it returns immediately. I'm not sure if we want to add a back off or anything.
aims at closing #152 This is admittedly a naive approach to retrying the auth0 /userinfo endpoint., but considering this code should only run when a new user logs in for the first time, I think it should be sufficient. Also added logic such that if a 401 is returned, it returns immediately. I'm not sure if we want to add a back off or anything.