steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.
https://precedent.dev
MIT License
4.78k stars 420 forks source link

Add GitHubProvider #64

Closed kelvinyelyen closed 1 year ago

kelvinyelyen commented 1 year ago

Consider adding GitHubProvider as an optional authentication method. This simply showcases available options. I'd be happy to handle the implementation for you.

abrahimzaman360 commented 1 year ago

it's easy man! read nextauth docds

kelvinyelyen commented 1 year ago

Wasn't familiar with NextAuth back then, wanted a practical way to explore it.

kelvinyelyen commented 1 year ago

Explore in GitHub Provider if needed.

abrahimzaman360 commented 1 year ago

Wasn't familiar with NextAuth back then, wanted a practical way to explore it.

Use Clerk Auth.

kelvinyelyen commented 1 year ago

Recently found Kinde Auth as well, it's similar to Clerk actually, been using it a lot recently. You can add it to your alternatives.