An Insomnia plugin for generating JWTs following Supabase Auth standard
npm install insomnia-plugin-supabase-jwt-generatorForget about manually generating a new token every time it expires.
With this plugin each request will have a new valid token following the standard currently supported by Supabase Auth.
----
1. Navigate to https://insomnia.rest/plugins/insomnia-plugin-supabase-jwt-generator
2. Click _Install Plugin_
3. Click _Open_
4. Once opened, click _Install_
1. Go to _Application_ > _Preferences_ or click the cog icon (⚙️)
2. Navigate to the _Plugins_ tab
3. Enter insomnia-plugin-supabase-jwt-generator
4. Click _Install_
1. Using a terminal, cd into your Insomnia plugins folder - See Insomnia Docs
2. Run git clone https://github.com/hatxor/insomnia-plugin-supabase-jwt-generator
Press Ctrl + Space to insert
or type Supabase JWT and click on tag
This plugin uses the Fast JWT module to generate the JWT.
License MIT