mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
* Handle the refresh token in oauth authentication
If the token has expired, then it can be refreshed to get a new token.
This is automatically handled by the server without the client being aware.
Also in the PR:
- refactor the auth_oauth.py file to more simply handle the save/restore of the token,
and the refresh token
- added an end2end test for oauth, which also tests refresh.
* adding python-jose and Authlib to requirements-dev.txt
They are needed in the auth_oauth test
12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
Authlib>=0.14.3
|
|
black
|
|
bumpversion>=0.5
|
|
codecov>=2.0.15
|
|
parameterized>=0.7.0
|
|
psycopg2==2.7.7
|
|
pytest>=3.6.3
|
|
python-jose>=3.2.0
|
|
scanpy>=1.4.6
|
|
twine>=1.12.1
|
|
-r requirements.txt
|