Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.5 KB

File metadata and controls

61 lines (42 loc) · 1.5 KB

logo

Sparrow Identity Server

This is an identity server for handling authentication in Sparrow.

To setup the auth server, you will need to have the following installed on your machine :

NODE Yarn Docker

Prerequisite:

# Clone the repository
git clone https://github.com/sparrowapp-dev/sparrow-app-auth.git

# Move into the project directory
cd sparrow-app-auth

# Install yarn globally
npm i -g yarn

# Create and setup environments file
cp .env.example .env

Non-Docker Method

# Install dependencies
	yarn

# Run App in development mode
	yarn dev

Access auth server on localhost:

Go to http://localhost:1421/

Default User for Login:

Sparrow creates a default user to help you get started quickly and easily.

NOTE: This only works if you have initialized the Sparrow backend server.

Login Credentials: