This plugin allows you generate Json Web Tokens (JWTs) within your Bubble application. These are often used to authenticate with third party applications/APIs. The plugin runs on the server an allows you to generate and sign JWTs for the following algorithms: HS256,HS384,HS512,RS256,RS384,RS512,ES256,ES384,ES512
You can set the payload of the JWT, the expiration time, time before it becomes valid and the secret key to sign the JWT. For the RSA and ECDSA algorithm you will have to use an encoded private key. You also have access to the “Verify JWT” action which allows you to decode and check the validity of a JWT.
Hi there @anticode. I’ve been using your plugin for many months now with perfect success. However, last week it began throwing an error. I checked your demo implementation on your website and it too is giving the same error message. Your urgent help would be greatly appreciated. Thanks!