@galvanize-inc/jwtdown-for-react
v0.2.4
Published
Toolkit for authenticating with Jwtdown_fastapi in React
Downloads
92
Readme
JWTdown for React
Front end for jwtdown_fastapi
Contributing
This project has a special workflow that requires NPM cli to tag and commit a new version each time it is pushed.
To make changes, please:
Install the pre-commit Python module.
pip install pre-commit
Using pre-commit, install the pre-commit git hooks inside the root level of this project. It will read the configuration file
.pre-commit-config.yaml
and check code quality and perform some formatting.pre-commit install
Then, stage and commit changes like you normally would in any other git project.
When you push, use the npm script provided instead of calling git directly.
npm run push
Examples
Coming soon...