javascript
javascript copied to clipboard
Official Javascript repository for Clerk authentication
## Description Resolves ORGS-1027, ORGS-1136 ## Checklist - [X] `pnpm test` runs as expected. - [X] `pnpm build` runs as expected. - [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have been...
## Description This PR implements native Google Sign-In support for Expo iOS and Android apps using the `@react-native-google-signin/google-signin` library. This provides a seamless native authentication experience for users signing in...
## Description This is the full implementation of PoCs #7194 and #7267. The main goal of the PR is to refactor the SDKs away from using a top level `addListener+state+context`...
## Description Fixes: USER-4034 ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm build` runs as expected. - [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have...
feat(clerk-js): Ability to set password from user profile when password is enabled and not required
Plain ticket: https://app.plain.com/workspace/w_01GT53BQWV3DFW6ECTWZNQ1E9K/thread/th_01JXCF79QQEG90RVAH13XPBZBC This PR is paired with: [[DASH-1319] -- Sign ups without password are no longer supported if](https://github.com/clerk/dashboard/pull/7874) which allows password to be optional. This update addresses a user...
## Description If a session token is sent via cookie, this usually means it's being sent through the browser. When an app is browser-based, it's expected that requests are sent...
## Description The `` component allows you to specify a custom container for Clerk floating UI elements (popovers, modals, tooltips, etc.) that use portals. Only Clerk components within the provider...
## Description Return a cached token and schedule background refresh if the token is read while in the expiration leeway timeframe. Fixes: USER-4087 ## Checklist - [ ] `pnpm test`...
## Description - Remove chunk config to prevent sign up chunk from being loaded when it isn't needed - Optimize initialization of modals to reduce unnecessary invocations ## Checklist -...
… in German ## Description This PR changes one translation value in German to a more descriptive one. “Anmelden” means more sign in than it does sign up. “Registrieren” is...