[Feature] Add user auth, database support to candis, change UI for the same - add signup, signin forms etc.#121
Merged
rupav merged 53 commits intoHelikarLab:developfrom Jul 14, 2018
Merged
Conversation
Work with sqlalchemy Modify Model Enhanced user Model Completes user model
Merging will bring authentication on the front-end side and few changes in the flask back-end.
Collaborator
Author
|
Update because of https://docs.travis-ci.com/user/pull-requests/#Pull-Requests-and-Security-Restrictions, exposing env variables for travis build as non-sensitive testing data only. |
Collaborator
Author
|
Merging this ✨ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation About What Code Achieves:
Explanation
Used Formik and Yup for making SignUp and SignIn forms.
User authentication using JWT tokens
database chosen is postgreSQL
envparse for parsing environment variables to set up the flask app config.
For database migrations - using flask-migrate
Tables Created:
many-to-onerelation with User tablemany-to-onerelation with User tablemany-to-onerelation with Pipeline table.TODOs: