-
Is there a plan to implement SSA for Remix?
-
I'm bumping in to this error when I throw a redirect from my requireAuth middleware in the case where auth fails during a client navigation.
Here is where the error is thrown: https://github.com/re…
-
I was wondering if there might be the possibility of providing methods for directly accessing values via the `request` object, avoiding the need to wrap every loader or action just to call an API for …
-
## Description
Hi!
When accessing data from my site hosted on Vercel, I'm getting a 401 HTTP status code being thrown from the `@libsql/client` and I have no clue why. When I connect to the databa…
-
refs:
- #19
- #24
## 概要
#24 のマージ後対応を進める。
Supabase の Auth 機能を使ったメアド・パスワード認証を実装。
## 仕様
- PKCE フロー
- zod でバリデーション
- メールアドレス
- 必須
- メールアドレス形式
- パスワード
- 必須
- 半角英数字混合
…
-
# Issue summary
It seems like Remix's prefetch functionality isn't working. Prefetched routes are not authenticated, and results in the user being redirect to the auth page when clicked. See the lo…
-
context: I'm running a Remix application deployed to Cloudflare Pages, using official plugins and CLIs. No weird stuff
when using the Headers library like this
```tsx
import SuperHeaders from "…
-
When using the `@adonisjs/ally` package, you need to use a code like this to redirect the user to the auth provider:
```ts
await ally.use('github').redirect()
```
The problem is that it can't be…
-
In my Remix project - I have the following file structure:
```
_marketing._index
_marketing.blog
...
auth
auth.sign-in._index
```
Remix (without the Vercel preset) correctly infers that th…
-
Usage with remix?
https://remix.run/