Skip to content

Latest commit

 

History

History
332 lines (145 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

332 lines (145 loc) · 17.3 KB

4.0.0-beta.1 (2024-04-03)

Introducing AuthCompanion v4.0.0 (beta), a major release packed with enhancements. This update significantly simplifies the codebase, ensuring consistent feature growth in the future. Enjoy the addition of PostgreSQL support (alongside SQLite), popular choices for storing AuthC's user accounts. Plus, explore the refreshed web forms, particularly the Login and Registration screens. Start your implementation fresh with this version for a smoother authentication experience!

Features

  • support for postgres + new login/registration webform style(#22) (acced69)

3.0.0-beta.23 (2023-12-15)

This release of AuthCompanion features a brand-new Admin Dashboard. The Dashboard's aesthetics and usability have significantly improved.

Bug Fixes

  • resolved error "User verification required, but user could not be verified" (2087808)

Features

  • a refresh of the admin dashboard design(#21) (54cd897)

3.0.0-beta.22 (2023-11-23)

Bug Fixes

  • correct admin unsuccessful login to dashboard (beede9f)

Features

  • add arm64v8/node dockerfile (49542d9)
  • admin: enable dashboard logout (c08bd5e)

3.0.0-beta.21 (2023-11-09)

This release of AuthCompanion has two new configuration options including REGISTRATION_ORIGIN to redirect a user to a URL after registration and SAMESITE to declare if your cookie should be restricted to a first-party or same-site context.

Also, we introduce on the /refresh endpoint the ability to invalidate the user's refresh_token as a part of logging a user out.

Features

3.0.0-beta.20 (2023-10-29)

Features

This release of AuthCompanion features many improvements to the Admin API to make integrating with AuthC simpler. Additionally, newly added is the /refresh endpoint for the Admin API for refreshing your admin JWT without having to login again.

  • admin api: new /refresh api endpoint (#17) (482ae8b)

3.0.0-beta.19 (2023-10-16)

This release of AuthCompanion features the ability to set custom claims on the user's JWT including setting the value for a public claim (called metadata) and a private claim (called app). Custom claims can be set via the AuthC APIs, please see API Developer Reference documentation for examples.

Bug Fixes

  • add metadata user field to admin api response (7f85566)

Features

  • add ability to pass value to a new metadata claim (#15) (e1dca1f)
  • add ability to pass value to jwt claim called app (#16) (c344b1a)

3.0.0-beta.18 (2023-10-05)

Features

  • admin credentials are written to file and console on authc's first start (97dd115)
  • admin login to use admin table (#14) (42f236a)

3.0.0-beta.17 (2023-09-23)

This release of AuthCompanion features a new and improved UI for the Admin Dashboard! 💎

Bug Fixes

  • update admin route for new folder structure (27ebd2d)

Features

3.0.0-beta.16 (2023-09-15)

This release of AuthCompanion features a new and improved UI for all authentication web forms!

Features

  • client: new and refreshed UI for all auth pages (#12) (ce3d3c3)

3.0.0-beta.15 (2023-09-08)

Bug Fixes

  • docs: improvements to article grammar (f86b1aa)
  • docs: refreshed examples used in documenation (fd30180)

3.0.0-beta.14 (2023-06-03)

This release of AuthCompanion features an improved Admin Dashboard, which includes new search functionality for filtering by a user's email address and new pagination tools for navigating a large number of users.

Bug Fixes

  • admin: conditional formatting for active/inactive accounts (5b03a5f)
  • admin: trigger login form submit with enter key (ed88b1d)
  • admin: usability improvements for table rows (7c57722)
  • only set challenge cookie on /login routes (cbdb515)

Features

  • admin: add page size dropdown to dashboard (1e329fa)
  • admin: add pagination to admin api list endpoint (d9c73af)
  • admin: add pagination to dashboard (f9c0a12)
  • admin: admin dashboard now has a search box for filtering by user email (2548f83)
  • admin: filter users by email address using the LIKE operator (79ac5f8)

3.0.0-beta.13 (2023-05-05)

Bug Fixes

  • added validation for webauthn POST endpoints (250fbc1)
  • avoid GET for state change operations; auth/refresh is now POST request (941e37d)
  • corrected /refresh schema for validation (e3fce6c)
  • user is set to active once finishes webauthn registration + better user record defaults (98f5176)

Features

  • auto generate username field for registrations via webauthn (4ff4775)

3.0.0-beta.12 (2023-04-29)

Bug Fixes

  • admin panel logout link bug corrected (734d5cb)
  • show app version in default route (ad3e0d1)

Features

3.0.0-beta.11 (2023-03-23)

Features

Introduces a Admin Dashboard for managing your users in AuthCompanion. It provides a range of functions that administrators can use to create, edit, and delete user accounts via a friendly and intuitive interface.

3.0.0-beta.10 (2023-02-23)

Bug Fixes

  • corrected admin api schemas (1c12935)
  • format error in deployment script (d57a4af)
  • improved error messages on web forms (f3ba6f7)
  • readable config default path for db (a40aaa2)

Features

  • simplfied, refactored Auth API (288f906)

BREAKING CHANGES

3.0.0-beta.9 (2023-02-12)

Features

  • New Admin API helps you to manage your Authcompanion Users for administrative purposes. (#9) (29d7033)

3.0.0-beta.8 (2023-01-23)

Bug Fixes

  • enable WAL mode on sqlite + version bump (b3ead8e)
  • improved graceful shutdown in containers (df2fe0f)

3.0.0-beta.7 (2023-01-13)

Bug Fixes

  • set webauthn verification as "preferred" + SimpleWebAuthn bump to v7 (d26b765)

Features

  • /refresh endpoint now has JSON Schema validation (a64a04a)

3.0.0-beta.6 (2022-12-23)

Features

  • new email template for account recovery email (7eb301e)

3.0.0-beta.5 (2022-12-08)

Bug Fixes

  • responsive positioning of the web forms on mobile devices (3dafeb5)

Features

  • new and improved ui styling for web forms (1af3562)

See screenshots of the new UI for the Webforms here: docs.authcompanion.com/guide/webforms.html or head over to the public demo at demo.authcompanion.com/v1/web/login

3.0.0-beta.4 (2022-11-30)

Bug Fixes

  • enable SSL on SMTP connection and set better config defaults (68caee7)
  • improved config default for application origin (83d3724)
  • throw proper error code on error (14b041e)
  • typo in error and log msgs (62cc615)

Features

  • AuthC's profile web form can now be used with the account recovery flow (4ab917f)

Documentation

3.0.0-beta.3 (2022-09-15)

Bug Fixes

  • improved cookie parsing for refresh api (6f4a996)
  • removed unused configs + updated env file doc (5b4c8dd)
  • set correct origin for authenticator based on config (174b194)

Features

  • adds a default route to familiarize new users (a3a8f7f)

Reverts

  • config removal and improved .env doc (48c9dfb)

3.0.0-beta.2 (2022-09-11)

Bug Fixes

  • generate and store webauthn challenge (24dc2ab)

3.0.0-beta.1 (2022-09-09)

Features

Passkey Support

Passkey is WebAuthn-based flow which replaces the traditional combination of "password + second-factor" authentication method. Using AuthC's built-in webforms users can now register and login into your application without a password.

Passkeys are resistant to push-phishing, are unique across every website, and are generated using cryptographically secure hardware (like a mobile device).

Additionally, passkeys generated by the three main platform authenticator vendors (Apple, Google, and Microsoft) are automatically synchronized across a user's devices by their respective cloud account. That means there's finally an easy way for users to regain account access if they happen to lose or trade in their device.

2.0.0-beta.1 (2022-07-27)

Initial Commit