https://github.com/biggaji/0xhut
Easy identity authentication protocol for servers and users.
https://github.com/biggaji/0xhut
authentication authorization biggaji mongodb mongodb-atlas mongoose nodejs nodejs-server oxhut oxwware rest-api
Last synced: 2 months ago
JSON representation
Easy identity authentication protocol for servers and users.
- Host: GitHub
- URL: https://github.com/biggaji/0xhut
- Owner: biggaji
- License: mit
- Created: 2023-02-01T11:17:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T14:48:08.000Z (over 2 years ago)
- Last Synced: 2025-04-09T01:33:34.200Z (about 1 year ago)
- Topics: authentication, authorization, biggaji, mongodb, mongodb-atlas, mongoose, nodejs, nodejs-server, oxhut, oxwware, rest-api
- Language: TypeScript
- Homepage: https://oxhut.onrender.com
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 
- 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!