Skip to content
/ 0xhut Public

Easy identity authentication protocol for servers and users.

License

Notifications You must be signed in to change notification settings

biggaji/0xhut

Repository files navigation

0xhut

Easy authentication flow. A implementation similar to 0Auth. It aims to be RESTful.

Testing

  • Fork this repo.
  • Run yarn or npm install. Either works file.
  • Create a .env file in your root directory, set the MONGO_ENDPOINT to equal your mongo instance url.
  • Make sure you have docker installed on your system. Else follow this guide to install Docker
  • Open your terminal and run docker-compose up to start the server.
  • You can now make API requests to localhost:3000/identity.
  • Follow the route declared in the route files, to understand how it works :).

Thank you and happy coding!