docs: add oauth2 tag
				
					
				
			This commit is contained in:
		@@ -14,7 +14,7 @@ type QuerySchemaType = Static<typeof querySchema>
 | 
			
		||||
 | 
			
		||||
const getServiceSchema: FastifySchema = {
 | 
			
		||||
  description: 'GitHub OAuth2 - add-strategy',
 | 
			
		||||
  tags: ['users'] as string[],
 | 
			
		||||
  tags: ['oauth2'] as string[],
 | 
			
		||||
  security: [
 | 
			
		||||
    {
 | 
			
		||||
      bearerAuth: []
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@ type QuerySchemaType = Static<typeof querySchema>
 | 
			
		||||
 | 
			
		||||
const getServiceSchema: FastifySchema = {
 | 
			
		||||
  description: 'GitHub OAuth2 - callback-add-strategy',
 | 
			
		||||
  tags: ['users'] as string[],
 | 
			
		||||
  tags: ['oauth2'] as string[],
 | 
			
		||||
  querystring: querySchema,
 | 
			
		||||
  response: {
 | 
			
		||||
    200: Type.String(),
 | 
			
		||||
 
 | 
			
		||||
@@ -15,7 +15,7 @@ type QuerySchemaType = Static<typeof querySchema>
 | 
			
		||||
 | 
			
		||||
const getServiceSchema: FastifySchema = {
 | 
			
		||||
  description: 'GitHub OAuth2 - callback',
 | 
			
		||||
  tags: ['users'] as string[],
 | 
			
		||||
  tags: ['oauth2'] as string[],
 | 
			
		||||
  querystring: querySchema,
 | 
			
		||||
  response: {
 | 
			
		||||
    200: Type.String(),
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@ type QuerySchemaType = Static<typeof querySchema>
 | 
			
		||||
 | 
			
		||||
const getServiceSchema: FastifySchema = {
 | 
			
		||||
  description: 'GitHub OAuth2 - signin',
 | 
			
		||||
  tags: ['users'] as string[],
 | 
			
		||||
  tags: ['oauth2'] as string[],
 | 
			
		||||
  querystring: querySchema,
 | 
			
		||||
  response: {
 | 
			
		||||
    200: Type.String(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user