-
Notifications
You must be signed in to change notification settings - Fork 19
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
Features needed in order to get to 1.0 #2
Comments
Additional Tasks:Make sure that the next methods verify that the idToken hasn't expired before making the request and that the user is logged in.
It's also important to be able to listen for a state change.
|
Optional tasks:
|
samuelgozi
added a commit
that referenced
this issue
Mar 13, 2020
samuelgozi
added a commit
that referenced
this issue
Mar 15, 2020
* feat: Added features for passwork sign up and sign in, and profile management * Update README.md * refactor: whole last commit * refactor: check that user is logged in on methods that require it * refactor: Oauth flow simplified * refactor: optimized for minimal characters count and lines of code. * feat: Fetch providers for email * feat: Completed set of feature from issue #2 * docs: updated Readme * fix: fixed some small bugs * feat: Added state change listener
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Important: If you plan to contribute to any of these tasks, please comment before you start!
This issue tracks all of the features needed in order to get to version 1.0.
The code is pushed to the
official-feature-parity
branch.All of the REST API features:
The text was updated successfully, but these errors were encountered: