mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-22 20:31:32 +00:00

The example was falsely stating that the key was used for a json private key, obtained from zitadel. This lead to confusion as we do not use JWT assertion in the example, but PKCE. Instead, the key is used for symmetric encryption. https://stackoverflow.com/questions/78080163/zitadel-example-go-webapp-encryption-key/78087242#78087242