Skip to content
View johnforte's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report johnforte

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. A magic Auth Next Server Side Wrapper A magic Auth Next Server Side Wrapper
    1
    import {Magic as MagicAdmin} from "@magic-sdk/admin";
    2
    
                  
    3
    const magic = new MagicAdmin(process.env.MAGIC_SECRET_KEY);
    4
    
                  
    5
    export const withMagicAuth = (notAuthUrl:string, func: Function): Function =>{