https://github.com/fastcomments/fastcomments-code-examples
Examples for FastComments Usage, like SSO Integration
https://github.com/fastcomments/fastcomments-code-examples
Last synced: about 1 year ago
JSON representation
Examples for FastComments Usage, like SSO Integration
- Host: GitHub
- URL: https://github.com/fastcomments/fastcomments-code-examples
- Owner: FastComments
- License: mit
- Created: 2020-04-12T20:50:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T05:11:02.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:02:15.523Z (about 1 year ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastcomments-code-examples
Examples for FastComments usage, like SPA or SSO integration.
#### Index:
### SSO/Framework Examples
- [Java Spring Boot](./sso/java-springboot)
- [NodeJS Express](./sso/node-express)
- [Node NextJS](./sso/node-nextjs)
- [PHP](./sso/php)
- [Python3](./sso/python)
### Misc
- [Custom Translations](./custom-translations) (although we recommend you checkout [the in-app ui for overriding translations](https://docs.fastcomments.com/guide-customizations-and-configuration.html#translations))
- [Login callbacks through multiple iframes](./misc/login-callback-multiple-iframes)
- [VanillaJS SPA Pagination](./spa/vanillajs/pagination.html)