Skip to content

This is an identity server for handling authentication in Sparrow.

License

Notifications You must be signed in to change notification settings

sparrowapp-dev/sparrow-app-auth

Repository files navigation

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:

About

This is an identity server for handling authentication in Sparrow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published