1.2.0 • Published 5 months ago

insomnia-plugin-supabase-jwt-generator v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Insomnia Theme Preview

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

  1. Navigate to https://insomnia.rest/plugins/insomnia-plugin-supabase-jwt-generator
  2. Click Install Plugin
  3. Click Open
  4. Once opened, click Install

From the Insomnia App

  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

Manual 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

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.