mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 13:00:31 +01:00
Can mutual TLS (mTLS) authentication be added to ensure the legitimacy of users through client certificates? #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JoJenH on GitHub (Feb 6, 2025).
Currently, I'm using Traefik and employing mTLS as the authentication method. I'm hoping to migrate to go-proxy, but I haven't found any support for mTLS in the Wiki. Is there any plan to support mTLS?
Also, can OTP technology be integrated into JWT authentication?
@yusing commented on GitHub (Feb 6, 2025):
Sure, will implement mTLS and OTP asap. Thanks for your suggestions.
@JoJenH commented on GitHub (Feb 7, 2025):
Sorry for the frequent interruptions. The JWT authentication we mentioned just works with the api server, right? Whether there is a global jwt, like mtls authentication, that uses GoDoxy as a gateway. Or a plan for development.
@yusing commented on GitHub (Feb 7, 2025):
Yes JWT only works for API server, but OIDC can be worked with all apps. You may want to try Pocket ID or Authentik.