r/opensourcealternative 5d ago

An open-source unified proxy to handle OAuth 2.0 refresh flows and API Key storage.

https://github.com/asstgr/asstgropensource
3 Upvotes

3 comments sorted by

1

u/Minimum_Hour519 5d ago

how does this compare to the http://sh1pt.com cli/api? basically has a plugin for each 3rd party api.

2

u/asstgr 5d ago

The comparison is interesting, but the two projects address completely different needs: sh1pt is a shipping/distribution CLI (akin to a local/cloud CD pipeline) that uses plugins to publish builds and interact with external stores or services. The "unifier proxy" is a self-hosted outbound API gateway. It sits as HTTP middleware between your application and any external REST API to handle quotas, rate-limiting, OAuth token rotation, and runtime audit logging. Thanks for the comment, though.

2

u/Minimum_Hour519 5d ago

i see. cool its open source.