insomnia-plugin-supabase-jwt-generator
v1.0.0
Published
An Insomnia plugin for generating JWTs following Supabase Auth standard
Downloads
112
Maintainers
Readme
Forget 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.
Installation
From Insomnia Plugin Hub
- Navigate to https://insomnia.rest/plugins/insomnia-plugin-supabase-jwt-generator
- Click Install Plugin
- Click Open
- Once opened, click Install
From the Insomnia App
- Go to Application > Preferences or click the cog icon (⚙️)
- Navigate to the Plugins tab
- Enter
insomnia-plugin-supabase-jwt-generator
- Click Install
Manual Install
- Using a terminal,
cd
into your Insomnia plugins folder - See Insomnia Docs - Run
git clone https://github.com/hatxor/insomnia-plugin-supabase-jwt-generator
Usage
Press Ctrl + Space to insert <Supabase JWT>
or type Supabase JWT
and click on tag
This plugin uses the Fast JWT module to generate the JWT.