Merge pull request #12442 from immobiliare/feat/allow-to-post-into-auth-refresh
Feat/allow to post into auth refresh
This commit is contained in:
@@ -140,6 +140,7 @@ export async function createRouter(
|
||||
}
|
||||
if (provider.refresh) {
|
||||
r.get('/refresh', provider.refresh.bind(provider));
|
||||
r.post('/refresh', provider.refresh.bind(provider));
|
||||
}
|
||||
|
||||
router.use(`/${providerId}`, r);
|
||||
|
||||
Reference in New Issue
Block a user