Skip to content
/ api Public

An API that contains endpoints such as authentication, etc. to be used by Oomph in the near future

License

Notifications You must be signed in to change notification settings

oomph-ac/api

Repository files navigation

API

This is the API the Oomph authenticator will use in the near future to authenticate users that wish to use the Oomph proxy. This will be replacing the authentication server, which would end up being a hassle to maintain. The reasons this API is public is

  1. To make an open-source project that I am able to put on my portfolio.
  2. To put more stress on me to ensure this API isn't exploitable.

Exploit/Bug Finds

If you find a bug or exploit in the API, please feel free to DM me on Discord @ethaniccc. I'm a broke college student at the moment, but I'd be willing to compensate you if your exploit is legitimate and effective :D

Preventing MiTM Exploits on the Authenticator

Because this project is open-source, some bad actors may attempt to clone this repository in attempt to host their own authentication servers and use Oomph without permission. To prevent MiTM exploits, we verify the API's SSL certificate on the authenticator.

TODO

Some documentation on how the authenticator is supposed to use the API.

About

An API that contains endpoints such as authentication, etc. to be used by Oomph in the near future

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published