Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyvor/hyvor-talk-examples
- Owner: hyvor
- Created: 2022-10-11T20:33:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T22:31:49.000Z (5 months ago)
- Last Synced: 2024-11-27T06:47:23.862Z (28 days ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**