refactor(api): ♻️ Move token endpoint to OpenID plugin, add revoke endpoint

This commit is contained in:
Jesse Wierzbinski 2024-09-30 13:42:12 +02:00
parent 2254c3d39c
commit 19213ec29e
No known key found for this signature in database
8 changed files with 668 additions and 213 deletions

View file

@ -12,3 +12,5 @@ myPlugin.registerHandler(Hooks.Response, (req) => {
console.info("Request received:", req);
return req;
});
export default myPlugin;