jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
729 stars 253 forks source link

Custom connections #543

Open Macmod opened 7 months ago

Macmod commented 7 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.