Rob Marscher

Results 27 comments of Rob Marscher

I deployed it to here. https://t4-rm-test.pages.dev/ssr

We could rework this PR to be against `master` and then merge it to `lucia` and make additional adjustments so it makes it to both places. This incorporates the same...

> I want to investigate this some more before merging it into the lucia branch. I feel like it could be it's own branch? Yeah... probably shouldn't merge for a...

> To be clear, styles don't load properly in the old `pages` method when `getServerSideProps` runs in the route? > > It does work in the `app` router? Essentially, yes....

> However, the lack of `/app` made me stop for a moment, as I wouldn't want to start something new without support to that. With that been said, I'd still...

@zvictor I just rebased and force-pushed the branch so it has the latest commits from the `lucia` branch. As I mentioned, this project is currently expecting a separate Cloudflare Worker...

Sorry about this. I recently added handling apple oauth form posts and apparently never tested deploying to cloudflare. I must have only been running it locally. I added some comments...

Running in the iOS simulator on my #136 branch, I get ``` email: "[email protected]" email_verified: "true" ``` in the parsed ID token payload. For the use case of the current...

It already does most of the processing on the client side. The server code is just for making the POST data available somehow for the client. The middleware.ts function works...

I sort of intentionally left it open for the developer using this starter project to implement email or sms notifications on their own because it's opinionated. You need to decide...