Get JWT from another user
Is it possible to get a JWT from another user with the admin sdk
I want to use supabase.auth.admin.signOut to let admins signOut users but it requires a JWT. How can I get this since the targetted user is not involved.
I want to use supabase.auth.admin.signOut to let admins signOut users but it requires a JWT. How can I get this since the targetted user is not involved.