Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 704 Bytes

File metadata and controls

17 lines (11 loc) · 704 Bytes

arXiv Auth

This repo provides applications and libraries for authentication and authorization, including login, user sessions, account creation.

This repo is in the process of being phased out and replaced by keycloak/wombat.

It has the following directories:

  1. arxiv-auth/ contains the arxiv-auth package which provides a Flask add on and other code for working with arxiv authenticated users in arXiv services. Also contains the accounts package which provides /login /logout and /become_user

  2. cloud_auth/ Not in use authentication for use as a FastAPI dependency that checks legacy cookies, NG JWTs and GCP OAuth2 tokens.