flask-jwt-auth
flask-jwt-auth copied to clipboard
just testing some jwts
Checking if user token is black listed(logged out) before giving access to UserAPI because it is letting lblack listed i.e (logged out) token to access the UserAPI.
We can access UserAPI even after logout using same token which was provided during login. So before access UserAPI, token should be checked if it is blacklisted i.e logged out.
I am getting an error when running : `python manage.py create_db` The error : `Traceback (most recent call last): File "manage.py", line 6, in import coverage ImportError: No module named...
The following requirements.txt works with python 3.6.9 and pip 20.1.1
Hello, I'd like to thank you for keeping this repository up. This example has given me some ideas for my API. I'd like to suggest the following requirement versions because...
Collecting alembic==0.8.9 Downloading https://files.pythonhosted.org/packages/63/ca/c60ba17274b6737ff9ff1f89f0fbc7da93e05dd12bbdaae5099df8b60d38/alembic-0.8.9.tar.gz (977kB) |█▍ | 40kB 37kB/s eta 0:00:25ERROR: Exception: Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip-19.3.1-py2.7.egg/pip/_internal/cli/base_command.py", line 153, in _main status = self.run(options, args) File "/Library/Python/2.7/site-packages/pip-19.3.1-py2.7.egg/pip/_internal/commands/install.py", line...
The failing tests are a result of issues with the dependency versions used, merging #16 or #18 would fix this.
Similar to #16 but with fewer changes
When I try to create the database on applying the migration, I encounter this error:  ## Error The database URL is set as: `postgresql://postgres:@localhost/flask_jwt_auth`. ## Solve I managed to...
Note: psycopg2 --> psycopg2-binary to fix warnings.