mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Server: implement refresh token
This commit is contained in:
parent
66698b833f
commit
2f372a8654
9 changed files with 78 additions and 23 deletions
|
@ -12,6 +12,7 @@ const router = express.Router()
|
|||
|
||||
router.get('/client', getAngularClient)
|
||||
router.post('/token', oAuth.token, success)
|
||||
// TODO: Once https://github.com/oauthjs/node-oauth2-server/pull/289 is merged,, implement revoke token route
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue