feat: Implement comprehensive user authentication with JWT, social login, and password management.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { Controller, Get } from '@nestjs/common';
|
||||
import { ApiTags, ApiOperation, ApiResponse } from '@nestjs/swagger';
|
||||
import { AppService } from './app.service';
|
||||
import { Public } from './auth';
|
||||
|
||||
@ApiTags('Health')
|
||||
@Controller()
|
||||
@Public()
|
||||
export class AppController {
|
||||
constructor(private readonly appService: AppService) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user