v0.15.1
ConduitPlatform/Conduitv0.15.1Oct 25, 2022by kkopanidis
AI Summary
This release focuses on expanding authentication capabilities with five new OAuth providers (LinkedIn, Bitbucket, Reddit, Twitter, and Apple) and introduces 2FA backup codes for enhanced security. The release also includes a config refactor in the core module, new test coverage for core and admin, and a bug fix.
Key Highlights
- Added 5 new authentication providers: LinkedIn, Bitbucket, Reddit, Twitter, and Apple
- Introduced 2FA backup codes for improved account security
- Completed config refactor in the core module
- Added comprehensive tests for core and admin modules
- Fixed a config bug in the core
New Features
- LinkedIn OAuth authentication provider
- Bitbucket OAuth authentication provider
- Reddit OAuth authentication provider
- Twitter OAuth authentication provider
- Apple OAuth authentication provider
- Two-factor authentication backup codes
- Core and admin test suite
Full Release Notes
## What's Changed * feat(authentication): linkedIn-provider by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/395 * feat(authentication): bitbucket-provider by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/398 * feat(authentication): reddit provider by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/400 * refactor(core): config refactor by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/399 * feat(authentication): twitter provider by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/401 * feat(core,admin,testing-tools): core and admin tests by @sdimitris in https://github.com/ConduitPlatform/Conduit/pull/317 * fix(core): fix config bug by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/403 * feat(authentication): apple provider by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/374 * feat(authentication): 2fa backup codes by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/404 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.0...v0.15.1