Twift Early Preview (Beta 5)
Pre-release
Pre-release
Beta 5 of Twift is a potentially breaking change that introduces OAuth 2.0 as the preferred authentication method.
The new authentication function, Twift.Authentication().authenticateUser, is an async method unlike the callback-based OAuth 1.0a method. Media methods don't support OAuth 2.0, so have been marked as deprecated. In a future version of Twift, only OAuth 2.0 will be supported.
What's Changed
- Pass correct callback URL scheme to authentication by @Tunous in #4
- Add demo app by @daneden in #14
- Add "Create a List" method by @roblack in #7
- Add OAuth 2.0 user authentication by @daneden in #16
New Contributors
- @Tunous made their first contribution in #4
- @daneden made their first contribution in #14
- @roblack made their first contribution in #7
Full Changelog: v0.1.0-beta.4...v0.1.0-beta.5