Dimitris Klouvas

Results 9 issues of 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...

backend

## 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 -...

sdk-node
playground
express

## 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 - [ ]...

backend

## Description Introduce suffixed / un-suffixed cookies to support multiple apps in the same domain. ## TODOs - [ ] add integration test - [ ] add tests ## Checklist...

clerk-js
backend
integration

## 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...

types
clerk-js
nextjs
backend

## 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...

nextjs
backend

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...

clerk-js
backend
integration