Skip to content
View j4w8n's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report j4w8n

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. htmlfy htmlfy Public

    Forked from uznam8x/html-formatter

    prettify, minify html - and more!

    JavaScript 4 1

  2. pijoy pijoy Public

    Implement standardized API JSON responses. Based on RFC 9457 (dep: 7807)

    JavaScript 1

  3. sveltekit-supabase-ssr sveltekit-supabase-ssr Public

    A demo Auth app

    TypeScript 22 5

  4. Implement user API keys with Supabase Implement user API keys with Supabase
    1
    # Implement user API keys with Supabase
    2
    
                  
    3
    ## Rationale
    4
    JWTs are at the heart of Supabase authorization, but sometimes we wanna build an app that also gives users access via API keys; or perhaps only exclusively via API keys. As you may know, using JWTs as API keys makes them difficult to revoke and therefore a security issue.
    5