oauthjs / express-oauth-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
MIT License
484 stars 384 forks source link

Fix token model dates to match spec 'At' vs 'On' #105

Open andylwelch opened 4 years ago

andylwelch commented 4 years ago

Thanks for the example, one mistake I found when using this template: accessTokenExpiresAt instead of accessTokenExpiresOn refreshTokenExpiresAt instead of refreshTokenExpiresOn