KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
next-auth-zbd-starter
โ 9
Open GitHub โ
ZBD Starter for NextAuth.js
Download README (.md)
Explore Similar Repositories
prompt-eng-master
:
No description available.
E-Commerce_Service_DataBase
:
designing an online shop using postgreSql and Python
OpenTEA101
:
๐ Data Science Experiment Handbook: ไธไธช่ดๅไบๆทฑๅ ฅๆข็ดขๅๅไบซๅฆไฝ่ฏๅซGitHubๅผๅธธ่ดฆๆท็ๆฐๆฎ็งๅญฆๅฎ้ชๆๅใๆฌไปๅบๅ ๆฌไปๆฐๆฎ่ทๅใ้ขๅค็ใ็นๅพๅทฅ็จๅฐๆจกๅๆๅปบไธ่ฏไผฐ็ๅฎๆดๆต็จใๆฌข่ฟๅไฝๆฐๆฎ็งๅญฆ็ฑๅฅฝ่ ใ็ ็ฉถ่ ๅๅผๅ่ ๅ ฑๅๅไธไธ่ดก็ฎ!
nginx-rust
:
Nginx API bindings for Rust.
mevsharp
:
A MEV proxy written in C#
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
next-auth-zbd-starter
?
Download (.md)
# ZBD + NextAuth.js  This is a repo containing the code for the ZBD + NextAuth.js integration for ZBD OAuth2 flows. ## Full Guide To read full guide and more information about ZBD OAuth2 APIs, check the [zbd.dev documentation here](https://zbd.dev/docs/zbd-login/integrations/next). ## Installation ```bash yarn ``` ## Environment Variables Create a ``.env.local`` just like `.env.local.example` and load up your own values. ``` NEXTAUTH_URL="http://localhost:3000" NEXTAUTH_SECRET="ed2e6f6ea6da94bf0276a7130d98e7ed" AUTH_ZBD_ID="fcf166b9-aea0-28bb-8f63-844df37ad087" AUTH_ZBD_SECRET="e3435ve6-6855-4a11-9ff1-7c9dc01d6c17" AUTH_ZBD_LIVE_KEY="43ZCQ4XBF15UJWC40lljrwan7AJ333BA" ``` ## Running the app ```bash yarn dev ```