Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hyvor/hyvor-talk-examples

Hyvor Talk SSO Back-end Code Examples
https://github.com/hyvor/hyvor-talk-examples

Last synced: 27 days ago
JSON representation

Hyvor Talk SSO Back-end Code Examples

Awesome Lists containing this project

README

        

This repository contains some examples of some backend tasks related to [Hyvor Talk](https://talk.hyvor.com).

[/encryption](./encryption)

- AES-256 encryption
- Used for encrypting data in [secure attributes](https://talk.hyvor.com/docs/comments#secure-attribute) and [dynamic gated content](https://talk.hyvor.com/docs/gated-content#dynamic)
- Get your encryption key from **Console → Settings → API → Encryption Key**

[/sso](./sso)

- HMAC hash calculation
- Used for [Single Sign-On (SSO)](https://talk.hyvor.com/docs/sso-stateless)
- Get your secret key from **Console → Settings → SSO → Private Key**