Skip to content

Universe Auth Server is a server side Node.js authentication server

Notifications You must be signed in to change notification settings

universelabs/universe-auth

Repository files navigation

Universe Authentication Server

Universe Auth Server is a server side Node.js authentication server.
universe.engineering

Report bug · Request feature · Medium · Slack

follow on Twitter · Star Repo


Table of contents

Status

Slack universe-auth version dependencies status devDependencies status

Getting started

Get started by cloning the repository to your local machine

$ git clone git@github.com:universelabs/universe-auth.git

Install dependencies

$ npm install

Start MongoDB server

$ mongod

Start the backend and client side server as well as connect to the MongoDB database via Mongoose

$ npm run dev

You should see the following server running

Server running on localhost:5000......
MongoDB Connected.....

Mongodb Installation & Setup

Get system username by running

$ whoami

Set database and directory permissions for you by running the command

$ sudo chown -Rv <username> /data/db
# Enter your password

Or for global access, run

$ sudo chown -r /data/db
# Enter your password

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All code should conform to the Code Guidelines.

Roadmap

Universe Labs' mission is to become the largest decentralized login and decentralized private key recovery protocol.

› Universe Roadmap

View the Universe Roadmap to learn more about project overview, goals, execution to date, milestones, current tech stack, and more...

Community

Get updates on Universe's development and chat with the project maintainers and community members.

Maintainers

Guy Lepage

Jacob Gadakian

License

By contributing your code, you agree to license your contribution under the MIT License.

This project was bootstrapped with Simple Auth Server Boilerplate.

About

Universe Auth Server is a server side Node.js authentication server

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published