jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
717 stars 243 forks source link

Custom connections #543

Open Macmod opened 2 months ago

Macmod commented 2 months ago

Adding the possibility of using a custom connection with a connection generator function, allowing for middlewares like logging, proxy, etc, without adding third-party libraries.