mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add new endpoint - verify_credentials
This commit is contained in:
parent
756be54e6f
commit
f5640966c7
4 changed files with 58 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ export class Application extends BaseEntity {
|
|||
where: {
|
||||
access_token: token,
|
||||
},
|
||||
relations: ["application"],
|
||||
});
|
||||
|
||||
return dbToken?.application || null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue