Add CORS config and auth with JWT
This commit is contained in:
@@ -5,6 +5,7 @@ export type Language = "fi" | "en";
|
||||
|
||||
export type Session = {
|
||||
email: string;
|
||||
token: string;
|
||||
};
|
||||
|
||||
export type Toast = {
|
||||
|
||||
Reference in New Issue
Block a user