Add new endpoint - verify_credentials

This commit is contained in:
Jesse Wierzbinski 2023-09-21 15:41:12 -10:00
parent 756be54e6f
commit f5640966c7
4 changed files with 58 additions and 1 deletions

View file

@ -42,6 +42,7 @@ export class Application extends BaseEntity {
where: {
access_token: token,
},
relations: ["application"],
});
return dbToken?.application || null;