mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 23:10:00 +02:00
add login portal and traefik middleware auth for testing redirect login
This commit is contained in:
parent
e731fc52aa
commit
7c8bb45fb0
14 changed files with 285 additions and 130 deletions
3
src/contexts/userContext.ts
Normal file
3
src/contexts/userContext.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { createContext } from "react";
|
||||
|
||||
export const UserContext = createContext<{ id: string } | null>(null);
|
Loading…
Add table
Add a link
Reference in a new issue