Code Monkey home page Code Monkey logo

cloud-auth-api's Introduction

Cloud Auth API

This is an API built with Express, Prisma and TypeScript which aims to replace our self-hosted Supabase GoTrue instance.

Prerequisites

To run this API, you will need:

  • Node.js (version 16 or higher)
  • npm

Getting Started

  1. Clone this repository to your local machine.
git clone https://github.com/WalletConnect/cloud-auth-api.git
  1. Install the dependencies.
cd cloud-auth-api
npm install
  1. Set up your environment variables
cp .env.example .env
  1. Set up Prisma
npx prisma generate

// optionally, you can run Prisma Studio
npx prisma studio
  1. Start the development server.
npm run dev

The server will start on port 3333. You can access it at http://localhost:3333.

  1. Alternatively you can run the docker containers
docker-compose build && docker-compose up

API Endpoints

This API has the following endpoints:

  • GET /nonce - Gets a nonce.
  • POST /connect - Creates a new user along with a session, an identity and gerenates access and refresh tokens. If the user already exists, it'll get updated and new access and refresh tokens will be generated.

Health checks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.