Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir-daniel committed Nov 13, 2024
2 parents 3791517 + ac5dce3 commit e60fc25
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<h3 align="center">
<a href="https://eartho.io">Website</a>
| <a href="https://one.eartho.io">Open Eartho Account</a>
| <a href="https://myaccount.eartho.io">Open Eartho Account</a>
| <a href="https://creator.eartho.io">Developers Dasboard</a>
| <a href="https://www.eartho.io/developers/demo/login-oauth">Demo</a>
| <a href="https://discord.gg/5QbuTNTG2q">Our Discord</a>
Expand Down Expand Up @@ -270,13 +270,22 @@ Eartho is built for developers who care about privacy and security, but don't wa

## **Tech Stack** ⚙️

- **Backend**: Next.js API for authentication + Node.js to manage overall data and endpoints
- **Frontend**: Next.js (React)
- **Database**: Firestore(Should be replaced)
- **Cloud**: Google Cloud Platform (GCP)
- **Authentication**: OAuth 2.0, JWT
Account Module:
- Next.js
- NextAuth(Auth.js)
- Oidc-Provider(Panva)

- **Auth.js**: Our one module use auth.js
MyAccount Module:
- Next.js
- NextAuth(Auth.js) - Use Account Module as provider

Developers Module:
- Next.js
- NextAuth(Auth.js) - Use Account Module as provider

Infra:
- Database: Google Cloud Databases(Should be replaced)
- Cloud: Google Cloud Platform (GCP)


## **Developer? Add Eartho to Your App**
Expand Down

0 comments on commit e60fc25

Please sign in to comment.