Revoke oAuth token

This commit is contained in:
Egor Kislitsyn 2019-07-02 15:33:40 +07:00
parent 221db9f210
commit 52319acf58
3 changed files with 50 additions and 9 deletions

View file

@ -48,6 +48,11 @@ module.exports = {
changeOrigin: true,
cookieDomainRewrite: 'localhost',
ws: true
},
'/oauth/revoke': {
target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost'
}
},
// CSS Sourcemaps off by default because relative paths are "buggy"