You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ember-cognito with fastboot, page refreshing logs the user out.
After refreshing, I get an error : The authenticator "authenticator:cognito" rejected to restore the session - invalidating…. This doesn't occur when fastboot is disabled. I'm using a CookieStore as described in the ember-simple-auth docs as well as a current-user service as described in docs here.
The text was updated successfully, but these errors were encountered:
Hi @napafundi , sorry for taking so long to get back to you.
Unfortunately I've not found much success with using the CookieStore, Cognito and Fastboot. The biggest issue is that the JWT created by Cognito is too large to be stored in the cookie store.
I'm not sure what is causing the restore to be rejected -- you can try debugging into the authenticator's restore method to see. But I suspect it has something to do with the issues of the cookie being too large.
When using ember-cognito with fastboot, page refreshing logs the user out.
After refreshing, I get an error :
The authenticator "authenticator:cognito" rejected to restore the session - invalidating…
. This doesn't occur when fastboot is disabled. I'm using aCookieStore
as described in theember-simple-auth
docs as well as acurrent-user
service as described in docs here.The text was updated successfully, but these errors were encountered: