https://github.com/mino5531/easyroam.example.useragent
easyroam example for a useragent
https://github.com/mino5531/easyroam.example.useragent
dfn easyroam eduroam
Last synced: 2 months ago
JSON representation
easyroam example for a useragent
- Host: GitHub
- URL: https://github.com/mino5531/easyroam.example.useragent
- Owner: Mino5531
- Created: 2023-10-16T20:16:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T20:18:10.000Z (over 1 year ago)
- Last Synced: 2025-01-26T02:52:53.993Z (4 months ago)
- Topics: dfn, easyroam, eduroam
- Language: Vue
- Homepage:
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easyroam.example.useragent
This is a simple example of how useragents work in easyroam and what they can do.
You must set the following environment variables:| Name | Description |
|------|-------------|
|REDIRECT_HOST| Host for the redirect uri that is sent to the authentication server|
|CLIENT_ID| Your applications client_id|
|API_URL|The base url of the easyroam api|
|OID_URL|The base url of the authentication server|## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```