-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Secure auth store example #145
Conversation
Amazing work, thanks. I will ask a colleague to review in the upcoming days. |
@@ -23,7 +23,7 @@ dependencies: | |||
nhost_graphql_adapter: ^4.0.5 | |||
dev_dependencies: | |||
fake_async: ^1.3.1 | |||
graphql: ^5.1.3 | |||
graphql: ^5.2.0-beta.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the version upgrade to graphql: ^5.2.0-beta.9
required for the this example ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. I messed up the merging of main branch
7a57cc9
to
e4c0db0
Compare
Closed this PR as being replaced with #154 as the branch's commits are messed up |
An example that provides makes the auth persistent and secure than
SharedPreferences