Universe Auth Server is a server side Node.js authentication server.
universe.engineering
Report bug
·
Request feature
·
Medium
·
Slack
·
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.....
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
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.
Universe Labs' mission is to become the largest decentralized login and decentralized private key recovery protocol.
View the Universe Roadmap to learn more about project overview, goals, execution to date, milestones, current tech stack, and more...
Get updates on Universe's development and chat with the project maintainers and community members.
- Subscribe to the Universe Newsletter
- Star the repo
- Follow @universelabs on Twitter.
- Join the official Universe Slack.
Guy Lepage
Jacob Gadakian
By contributing your code, you agree to license your contribution under the MIT License.
This project was bootstrapped with Simple Auth Server Boilerplate.