This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@logto/client@2.8.0
Minor Changes
5b46f9c: add support for identifier-based and single sign-on first screens and configurable identifiers
You can now set identifier:sign_in, identifier:register, single_sign_on or reset_password as the first screen in the sign-in process. Additionally, you can specify which identifiers (email, phone, username) are allowed for identifier:sign_in, identifier:register and reset_password flows.
Note the the original interactionMode is now deprecated, please use the new firstScreen option instead.
5b46f9c: add support for identifier-based and single sign-on first screens and configurable identifiers
You can now set identifier:sign_in, identifier:register, single_sign_on or reset_password as the first screen in the sign-in process. Additionally, you can specify which identifiers (email, phone, username) are allowed for identifier:sign_in, identifier:register and reset_password flows.
Note the the original interactionMode is now deprecated, please use the new firstScreen option instead.
cb57a5e: fix an incorrect Nullable import in js core
@logto/next@3.6.0
Minor Changes
5610505: add getAccessToken and getOrganizationToken methods for pages router
You can now use getAccessToken(request, response, 'resource-indicator') to get access token directly in your pages router. And getOrganizationToken is also available to get organization token.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@logto/client@2.8.0
Minor Changes
5b46f9c: add support for identifier-based and single sign-on first screens and configurable identifiers
You can now set
identifier:sign_in
,identifier:register
,single_sign_on
orreset_password
as the first screen in the sign-in process. Additionally, you can specify which identifiers (email
,phone
,username
) are allowed foridentifier:sign_in
,identifier:register
andreset_password
flows.Note the the original
interactionMode
is now deprecated, please use the newfirstScreen
option instead.Example (React):
Patch Changes
@logto/js@4.2.0
Minor Changes
5b46f9c: add support for identifier-based and single sign-on first screens and configurable identifiers
You can now set
identifier:sign_in
,identifier:register
,single_sign_on
orreset_password
as the first screen in the sign-in process. Additionally, you can specify which identifiers (email
,phone
,username
) are allowed foridentifier:sign_in
,identifier:register
andreset_password
flows.Note the the original
interactionMode
is now deprecated, please use the newfirstScreen
option instead.Example (React):
Patch Changes
Nullable
import in js core@logto/next@3.6.0
Minor Changes
5610505: add getAccessToken and getOrganizationToken methods for pages router
You can now use
getAccessToken(request, response, 'resource-indicator')
to get access token directly in your pages router. AndgetOrganizationToken
is also available to get organization token.Patch Changes
@logto/browser@2.2.17
Patch Changes
@logto/capacitor@2.0.3
Patch Changes
@logto/chrome-extension@0.1.11
Patch Changes
@logto/express@2.3.15
Patch Changes
@logto/node@2.5.6
Patch Changes
@logto/nuxt@0.3.4
Patch Changes
@logto/react@3.0.15
Patch Changes
@logto/remix@2.2.5
Patch Changes
@logto/sveltekit@0.3.5
Patch Changes
@logto/vue@2.2.16
Patch Changes
@logto/browser-sample@2.0.17
Patch Changes
@logto/express-sample@2.0.15
Patch Changes
@logto/next-app-dir-sample@2.1.19
Patch Changes
@logto/next-sample@2.1.19
Patch Changes
@logto/next-server-actions-sample@2.3.1
Patch Changes
@logto/react-sample@2.1.16
Patch Changes
@logto/vue-sample@2.1.15
Patch Changes