https://github.com/crystallizeapi/app-debug
App for debugging signature sent in a Crystallize app
https://github.com/crystallizeapi/app-debug
Last synced: 3 months ago
JSON representation
App for debugging signature sent in a Crystallize app
- Host: GitHub
- URL: https://github.com/crystallizeapi/app-debug
- Owner: CrystallizeAPI
- Created: 2022-08-30T13:13:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T08:35:37.000Z (over 3 years ago)
- Last Synced: 2025-03-13T21:45:41.072Z (9 months ago)
- Language: TypeScript
- Size: 247 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of a Crystallize App
This is a basic [Remix](https://remix.run) app, cofigured to run on [Cloudlare Workers](https://workers.cloudflare.com), showcasing how you can debug the JTW token for a Crystallize app.
All apps receive a `crystallizeSignature` JWT in the request query parameters. This app consumes the signature, decodes and verifies it.