Login, sign out and remember me

Hi @Pavel_Duchovny

I read your authentication blog for appgyver. would you mind outlining how we can implement remember me and log out for an appgyver. I would like my app to remember the user without them signing in again unless they log out.

Perhaps you can store the access and refresh token in the database and query it for restoring operations.

If its expired you have to renew or relogin

I know I can store it in storage in appgyver, then retrive it when the login page mounts, I guess my question is how do i do a restoring operation it i have the access and refresh token in appgyver.

Just provide it to your graphql query or webhook function …

Thanks
Pavel