Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@thyb thyb released this 08 Dec 21:13
· 169 commits to main since this release
  • All core dependencies has been updated including Restify / Node 7 / oauth-js (#171, #175)
  • Use ioredis instead of node-redis
  • Add --name and --noplugins to oauthd init (#181)
  • Fix entity save multiple calls to a callback.
  • Add providers Amazon, Basecamp, Intercom, AWeber, Drip, MailUp, Vertical Response, Socrata (iadb).
  • Fix Vimeo2 provider, Twitter apps links, Mailchimp queries / added me()
  • Update slack provider scopes, add me()
  • Fix Facebook & Google gender in me() (#188)
  • Add emails and more infos to Github me() + updated Github scopes
  • Add v2.8 to Facebook provider
  • Add constant_contact provider me()
  • Add vscode settings
  • Clean dead code + spaces/tabs inconsistences + removed debug logs.
  • Fix gruntfile
  • Fix tests suit
  • Update travis for node 7 build

How to update

To update, you can run (sudo) npm update -g oauthd

In your existing instances, you need to edit plugins.json to update the version of the plugins by replacing 0.x.x by 1.x.x and then, you can run oauthd plugins update to update all plugins to the latest version.