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

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

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)