Releases: Bubka/2FAuth
v5.0.4
Added
- Japanese translation, thanks to @yheuhtozr
Fixed
- issue #284 Blank screen with version 5.0.3
- issue #296 WARN Command cancelled (env=production breaks docker entrypoint)
- issue #298 WebAuthn account recovery and password recovery doesn't work. Email template broken
- issue #299 OID redirect behind reverse proxy
v5.0.3
ASSET_URL
env variable to the same value as APP_URL
.
Added
- The
ASSET_URL
now appears in the .env.example variables next toAPP_URL
Fixed
- issue #273 Unable to automatically paste email and password in login page
- issue #276 Camera does not work
- issue #277 Import 2FAS
- issue #279 Cannot use stdout LOG_CHANNEL anymore
v5.0.2
Fixed
- issue #265 Version 5.0.1 doesn't display colored countdown segments
v5.0.1
Fixed
- issue #262 Missing custom base url support
v5.0.0
2FAuth v5, the not-so-major release
Why? Because most of the changes are internal and come from the Vue 3 migration. I choose the long way, the one where all components had to be rewritten to adopt the new Vue Composition API and where the whole architecture has been rethought. Thus, despite all that work, almost nothing has changed on the surface.
But it was a necessary step, especially because Vue 2 will reach End Of Life on the end of 2023. Now 2FAuth is also better prepared for futur enhancements.
Ok, so is there anything new?
Yes, SSO.
Not so bad, right ?
The feature, bootstrapped by @indyKoning with an OpenID provider, has been completed and now provides a Github provider as well. I plan to add more providers, tell me in the discussion which ones you would like to see. If you need help, the docs site has been updated to guide you through the setup process.
v5 also comes with the following.
Added
- Single Sign-On (SSO) is now available as an authentication method, with OpenID & Github. Contributed by @indyKoning (PR #243)
- The ability to reveal passwords obscured with dots. See the Options tab in Settings (#208).
- An env var to set a proxy for outgoing requests (#252).
Changed
- Automatic signed out user now lands on the Login view instead of the Autolock view (#138)
- User preferences that depend on another now appear indented
- Letters with diacritic marks are allowed in Group name (#241)
- Request body threshold increased to 10Mo in the Docker image to allow importing large file (#239)
Removed
Fixed
- issue #253 2FAs exports cannot be imported
API [1.2.0]
/api/v1/user
GET path addedids
andwithOtp
query parameters added to the/api/v1/twofaccounts
GET path
Full Changelog: v4.2.4...v5.0.0
v4.2.4
Changed
- PR #242 The Docker image now embed the PostgreSQL PHP extensions, thanks to @stavros-k
Fixed
- PR #235 Fix build badge broken, thanks to @sy-records
v4.2.3
Fixed
- issue #232 Vendor.js throws error making frontend unusable
- issue #233 The Close button of the 404 error page loops the page on itself
v4.2.2
Fixed
- issue #232 Vendor.js throws error making frontend unusable
v4.2.1
Fixed
- issue #227 PAT and Webauthn registration broken
v4.2.0
Added
- An Only for the brave feature: ctrl + click a TOTP account from the main view automatically generates a password and copies it to the clipboard without displaying it at all. Will the password be valid at the time you paste it? Nobody knows 💀
- The
MAIL_VERIFY_SSL_PEER
environment variable to disable SSL peers verification (#219). - Russian translation, but partial. Want to help complete this translation? ➡️ 2FAuth project on Crowdin.
Changed
- Navigation with the Back and Close buttons is now fully consistent with their labeling, even when browsing back through successive views using those buttons.
- The length of the email submitted during registration is now limited to 191 characters (#214).
- Upgrade to Laravel 10
Fixed
- issue #213
checkForUpdate
value is missing in the About view - Inconsistent page titles
Full Changelog: v4.1.0...v4.2.0