fix(plugin): 🐛 Add missing plugin middleware to some OIDC plugin routes

This commit is contained in:
Jesse Wierzbinski 2024-10-11 17:16:03 +02:00
parent d2dcdce763
commit a265e9df41
No known key found for this signature in database
6 changed files with 6 additions and 2 deletions

View file

@ -98,6 +98,7 @@ export default (plugin: PluginType) => {
required: [RolePermissions.OAuth],
},
),
plugin.middleware,
],
request: {
body: {