https://github.com/skcript/hn-sso-boards
HN SSO Implementation
https://github.com/skcript/hn-sso-boards
Last synced: 10 months ago
JSON representation
HN SSO Implementation
- Host: GitHub
- URL: https://github.com/skcript/hn-sso-boards
- Owner: skcript
- Created: 2021-03-15T11:45:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T04:43:19.000Z (about 4 years ago)
- Last Synced: 2025-04-02T21:47:33.741Z (10 months ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hn-sso-boards
This is an implementation example of Hellonext's boards embed along with SSO.
_Read the [full help page](https://help.hellonext.co/integrations/enabling-sso/) on Hellonext._
### Instructions
1. Replace your organization's board embed URLs on demo1, demo2 and demo3 HTML files.
2. Use any JWT token generator inside jwt-generators folder.
3. Start a local server like Python's http.server and visit on your preferred browser.
```
python -m http.server 8000
```