oauthjs / node-oauth2-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js

Home Page:https://npmjs.org/package/oauth2-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep extended attributes upon token refresh

FrazCake opened this issue · comments

When a token is refreshed I need to find a way to keep the extra properties (extendedAttributes) related to the old access token. Is there any way to do so? Thank you.

commented

what u want may be not belong to what this lib should do. for me, i handle with a foreign table related to the access_token table.