Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mino5531/easyroam.example.service
easyroam example for a service
https://github.com/mino5531/easyroam.example.service
dfn easyroam eduroam
Last synced: 27 days ago
JSON representation
easyroam example for a service
- Host: GitHub
- URL: https://github.com/mino5531/easyroam.example.service
- Owner: Mino5531
- Created: 2023-10-16T12:25:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T18:31:36.000Z (about 1 year ago)
- Last Synced: 2023-12-20T13:52:05.799Z (about 1 year ago)
- Topics: dfn, easyroam, eduroam
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# easyroam example service
This is a simple example of how services work in easyroam and what they can do.
Install the dependencies and set the following environment variables before starting the program:| Name | Description |
|------|-------------|
|CLIENT_SECRET| The client_secret that the authentication server generated for your client|
|CLIENT_ID| Your applications client_id|
|API_URL|The base url of the easyroam api|
|AUTH_URL|The base url of the authentication server|