Rank 3: Container
Hey, got 2 questions regarging Signin with OAuth
-
I know it returns a Session object, is there a way to have it reauth or convert to an account object so that account.get works?
-
When redirecting to my OAuth success page, i have it calling account.getSession('current') and I am getting
appwriteException: User (role: guests) missing scope (account)Not sure what I am doing wrong