An open API service indexing awesome lists of open source software.

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

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
```