Nico Domino

Results 76 issues of Nico Domino

**🐞 Describe the bug** Our sync action stopped working ~5 days ago (seemingly after this was merged - https://github.com/BetaHuhn/repo-file-sync-action/pull/153). Throwing an error that the git username/email was missing. We're passing...

bug
waiting for response

So I decided to go the self hosted X.509 route. Everything worked well so far. Until I tested the skill and I get the following error on my server: ```...

### Clear and concise description of the problem Currently the hosted instance of Briefkasten (https://briefkastenhq.com), runs on Vercel which has a 10s limit on its API routes. Meaning, for the...

enhancement

### Description - Upgrade and migrate to `next@13` (WIP) ### Linked Issues ### Additional context

## ☕️ Reasoning - Use returned `signIn`/`signOut`/`auth`/`handler` methods from `SolidAuth()` - Expose `@auth/solid-start/client` methods for client-side login/logout - Use Solid-start's new Middleware to append session onto `event.locals.auth` - Update solid...

frameworks
solidjs

## ☕️ Reasoning - Update styling to match new [nextjs dev app](https://github.com/nextauthjs/next-auth/pull/9888) - New components for Server-side signin work - WIP: Imports for client-side signin/signout methods (from `const { handle,...

frameworks
svelte

## ☕️ Reasoning - Copies the changes from the `next-auth` client - Also made a new `signIn` import which includes the `webauthn` import - Also bumped to use `@simplewebauth/[email protected]` which...

core
frameworks
svelte
next-auth

## ☕️ Reasoning - Bring SvelteKit example app up to speed with latest API - No other style / design updates really - There is 1 other change I've made...

frameworks
examples
svelte

## ☕️ Reasoning - Add `Passkey` provider and `@auth/unstorage-adapter` to our `apps/example/nextjs` app. - Uses in-memory unstorage adapter, so data is deleted every deploy - That means that logins won't...

core
examples

### Changes - Primarily added support for IAM Authentication based on `~/.aws/credentials` profiles for RDS Postgres. - I initially tried to rename the `redshiftOptions` to `iamOptions` to make it more...