Dimitris Klouvas
Dimitris Klouvas
## Description ## Checklist - [ ] `npm test` runs as expected. - [ ] `npm run build` runs as expected. - [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have been...
## Description Introduce Express specific Clerk SDK `@clerk/express`. The SDK exposes the following API: - `clerkClient`: default @clerk/backend client initialized from env variables and used to make BAPI requests -...
## Description Enforce to paginated responses in the following endpoints: - `clerkClient.allowListIndentifiers.getAllowlistIdentifierList()` - `clerkClient.clients.getClientList()` - `clerkClient.invitations.getInvitationList` - `clerkClient.redirectUrls.getRedirectUrlList()` - `clerkClient.sessions.getSessionList()` - `clerkClient.users.getUserOauthAccessToken()` fixes: ref: https://github.com/clerk/javascript/issues/3271 ## Checklist - [ ]...
## Description Introduce suffixed / un-suffixed cookies to support multiple apps in the same domain. ## TODOs - [ ] add integration test - [ ] add tests ## Checklist...
## Description ## Checklist - [ ] `npm test` runs as expected. - [ ] `npm run build` runs as expected. - [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have been...
## Description Instead of using `Cookies.DevBrowser` we should use `QueryParameters.DevBrowser` when adding dev browser token to the url for consistency even though both constants have the same value. ## Checklist...
Fixes https://github.com/clerk/clerk-sdk-ruby/issues/61
## Description Generate suffixed and un-suffixed `__client_uat` (in dev instance), `__session`, `__clerk_db_jwt` (In dev instance) cookies from ClerkJS and support reading the either the suffixed or the un-suffixed cookies in...