https://github.com/cloud-gov/django-uaa
A cloud.gov UAA authentication backend for Django
https://github.com/cloud-gov/django-uaa
maintained
Last synced: 6 months ago
JSON representation
A cloud.gov UAA authentication backend for Django
- Host: GitHub
- URL: https://github.com/cloud-gov/django-uaa
- Owner: cloud-gov
- License: other
- Created: 2017-01-26T22:06:11.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T13:42:25.000Z (about 1 year ago)
- Last Synced: 2026-01-04T23:53:45.573Z (6 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 3
- Watchers: 68
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# cg-django-uaa
This is a cloud.gov UAA authentication backend for Django. It also
includes a handy "fake cloud.gov" that makes it easy to log in
as any user during development.
For documentation, please see the [`docs` folder](./docs/index.md).
## Developing
See the [developing guide](./docs/developing.md).
## Contributing
See the [contribution guide](./CONTRIBUTING.md).
Prior to creating a pull request, please make sure you [run the tests](./docs/developing.md#running-tests).