mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-04-23 10:44:56 +02:00
feat: remove appwrite and add nextjs backend
This commit is contained in:
7
backend/src/auth/guard/jwt.guard.ts
Normal file
7
backend/src/auth/guard/jwt.guard.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { AuthGuard } from "@nestjs/passport";
|
||||
|
||||
export class JwtGuard extends AuthGuard("jwt") {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user