Skip to content

Commit

Permalink
read:account 권한으로 token revoke 가능
Browse files Browse the repository at this point in the history
  • Loading branch information
yunochi committed Oct 16, 2024
1 parent 237f532 commit 5b81d5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/backend/src/server/api/endpoints/i/revoke-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import { DI } from '@/di-symbols.js';
export const meta = {
requireCredential: true,

secure: true,
secure: false,
tags: ['account'],
kind: 'read:account',
} as const;

export const paramDef = {
Expand Down

0 comments on commit 5b81d5b

Please sign in to comment.