# django-nctu-oauth
This package currently still in testing stage
## Setup
1. Register your app at [nctu oauth website](https://id.nctu.edu.tw/)
2. Install package from pip
```
pip install django-nctu-oauth
```
3. Add package to django project
```
NCTU_APP_REDIRECT_URI = 'your-redirect-url'
NCTU_APP_CLIENT_ID = 'your-client-id'
NCTU_APP_CLIENT_SECRET = 'your-secret-key'
INSTALLED_APPS = [
'django-nctu-oauth',
]
```
## Testing
```
python -m test.test
```
This package currently still in testing stage
## Setup
1. Register your app at [nctu oauth website](https://id.nctu.edu.tw/)
2. Install package from pip
```
pip install django-nctu-oauth
```
3. Add package to django project
```
NCTU_APP_REDIRECT_URI = 'your-redirect-url'
NCTU_APP_CLIENT_ID = 'your-client-id'
NCTU_APP_CLIENT_SECRET = 'your-secret-key'
INSTALLED_APPS = [
'django-nctu-oauth',
]
```
## Testing
```
python -m test.test
```
Release files for django-nctu-oauth 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-nctu-oauth-0.1.0.tar.gz | 5.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_nctu_oauth-0.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 12.5 kB
Release files / django-nctu-oauth-0.1.0.tar.gz
| Download URL | django-nctu-oauth-0.1.0.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f665c309b0a62b15d20e9cfe376947b420baf6b6a281f5c5d07909d13d2d5a6e
|
|
BLAKE2b-256 checksum How to use checksums |
3cb3bfdd1aca4902f7a2e550f260b1ce4ecfea2608a946b8d24412d5a376be02
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_nctu_oauth-0.1.0-py2.py3-none-any.whl
| Download URL | django_nctu_oauth-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9a5175a125202c6a2597f0a2ccd196902cfca9cc0be6e2be9fbadaaf52d0957d
|
|
BLAKE2b-256 checksum How to use checksums |
6badc0db5daf0f5290730d4253cd751093ebde1ca5c35597212304d25765746f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |