Add Roblox OAuth start endpoint with PKCE
cgen-867202de9caa4a24b9cf22e92748d84e
This commit is contained in:
parent
dfc66c41f4
commit
4e0562dc12
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import express from "express";
|
|||
import cors from "cors";
|
||||
import { adminSupabase } from "./supabase";
|
||||
import { emailService } from "./email";
|
||||
import { randomUUID } from "crypto";
|
||||
import { randomUUID, createHash } from "crypto";
|
||||
|
||||
export function createServer() {
|
||||
const app = express();
|
||||
|
|
|
|||
Loading…
Reference in a new issue