Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multicatch/django-example-oauth
https://github.com/multicatch/django-example-oauth
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/multicatch/django-example-oauth
- Owner: multicatch
- License: mit
- Created: 2020-04-25T16:32:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:04:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T04:55:39.207Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-example-oauth
This is an example app that presents a simple usage of a
[django-oauth-toolkit](https://django-oauth-toolkit.readthedocs.io/en/latest/).The quickest way to run it is by using [Docker](https://www.docker.com/):
```shell
docker run --rm -p 8000:8000 multicatch/django-example-oauth
```This app contains a set up database with a sample `demo` user having `easypassword` password.
This app was created for testing and presentation of [cucumber-audit](https://github.com/multicatch/cucumber-audit) features.
It is not recommended to use this application anywhere outside development and testing purposes.