Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 480 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 480 Bytes

hn-sso-boards

This is an implementation example of Hellonext's boards embed along with SSO.

Read the full help page 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