devrsi0n/chirpy

urql AuthProvider with next-auth

jerrygzy opened this issue · 4 comments

Is your feature request related to a problem? Please describe.
https://stackoverflow.com/questions/66968857/next-auth-urql-access-the-access-token-to-set-authorization-header-in-urql-c

Describe the solution you'd like
add AuthProvider in _app.tsx

Describe alternatives you've considered
minimal sign-in, sign-up, urql example with i18n

Additional context
the current project is hard to learn, breaking it down into 3 or 4 small projects will be much better.

Hi @jerrygzy, thanks, could you provide more details about what issue you're experiencing?

the current project is hard to learn, breaking it down into 3 or 4 small projects will be much better.

We plan to convert this repo to a mono-repo, that should fix your concern.

I am trying to use a graphql Email/password sign-in for the project, but could not find this feature in the project

@jerrygzy email/password sign-in isn't Chirpy's goal. Actually, we try to avoid such sign-in option completely due to security concerns. But you're free to fork it to suit your needs.

Hi @jerrygzy, we have supported email/magic link sign-in for a while, also we have converted this repo to a monorepo already, thus I'd like to close this issue for clean up. Feel free to create a new one if you have any other issues.