nhost / hasura-auth

Authentication for Hasura.
https://nhost.io
MIT License
373 stars 111 forks source link

feat: add golang entrypoint that acts as reverse-proxy when routes don't match #464

Closed dbarrosop closed 5 months ago

dbarrosop commented 5 months ago

The goal is to rewrite hasura-auth from nodejs to go. To ease the rewrite, instead of doing a massive effort that will most certainly be error-prone and break things, we are adding a go program that acts as entrypoint to hasura-auth and acts as a reverse-proxy. Over time this same go entrypoint will start implementing hasura-auth endpoints and serve them directly instead of relying on the node application.

github-advanced-security[bot] commented 5 months ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

changeset-bot[bot] commented 5 months ago

⚠️ No Changeset found

Latest commit: a41812f3ea6c1f499ed28bca2ee83892fc4e5981

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR