mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(api): ♻️ Move token endpoint to OpenID plugin, add revoke endpoint
This commit is contained in:
parent
2254c3d39c
commit
19213ec29e
8 changed files with 668 additions and 213 deletions
|
|
@ -12,3 +12,5 @@ myPlugin.registerHandler(Hooks.Response, (req) => {
|
|||
console.info("Request received:", req);
|
||||
return req;
|
||||
});
|
||||
|
||||
export default myPlugin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue