1.0.0 Alpha 1
In this release, oauthd's structure was entirely revised.
Instances
oauthd now works with instances. Each oauthd instance is a set of plugins and configurations. OAuth.io is now an oauthd instance too, which drastically speeds up the feature propagation from oauthd to OAuth.io (from pull requests for example).
Improved plugins system
You can now develop your own oauthd plugins, host them in a github repository, and let other developers use them in their own instance with a command as simple as that:
$ oauthd plugins install "https://github.com/you/your_repo#1.x.x"
New cli
The new CLI allows you to create instances, install, uninstall or create plugins. Using oauthd has never been this easy.
And other new features, like:
- a new test suite
- new providers
- better structure for contributors
Please read the new README.md
file and the new WIKI sections for more information about the new oauthd.