Back to OverviewChangelog Title Image

Developer Panel

Web Component

Corbado Update: March 2024

Here’s what’s been going on in the Corbado labs during the last weeks:


#1 UI components with login identifiers and new ways of verifying them

Components can now be used with new login identifiers:

  • Email address (was already possible before)
  • Phone numbers
  • Usernames (any arbitrary unique string, hash or UUID)

Different login identifier verifciation can be selected in the developer panel for the UI components:

  • Email one-time passcodes (OTPs)
  • Email magic links (was already possible before)
  • SMS one-time passcodes (OTPs)
  • No verification

#2 Frontend update in dev panel

Update of user interface page in developer panel to configure login identifiers and verification flows.

Integration of new preview UI.

#3 Frontend API and Backend API improvements

Minor FrontendAPI and BackendAPI improvements regarding session, Conditional UI, and email templates.

Minor security improvements mainly in nginx (HSTS).