https://github.com/simonsobs/soauth
Simons Observatory Web Services Authentication Framework
https://github.com/simonsobs/soauth
Last synced: 5 months ago
JSON representation
Simons Observatory Web Services Authentication Framework
- Host: GitHub
- URL: https://github.com/simonsobs/soauth
- Owner: simonsobs
- Created: 2025-03-26T21:39:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-10T13:57:44.000Z (8 months ago)
- Last Synced: 2025-11-10T15:24:54.178Z (8 months ago)
- Language: Python
- Size: 3.06 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
SOAuth
======
[](https://github.com/simonsobs/soauth/actions/workflows/pytest.yml)
SOAuth is the Simons Observatory Authentication Framework. It is designed to wrap around
the GitHub authentication API, to serve several goals:
1. Provide access to proprietary data products based upon membership of the `simonsobs`
GitHub organization.
2. Allow for public logins to SO services.
3. Allow for broad, fine-grained, permission setting for individual users.
4. Reduce code duplication for the various FastAPI-powered applications we maintain.
Documentation is available in [docs/](docs/README.md).