open-vault/vendor/gopkg.in/jcmturner/goidentity.v3
Becca Petrin a7383b6d86
Add Kerberos SPNEGO auth plugin (#7908)
2019-12-11 11:18:37 -08:00
..
.gitignore Add Kerberos SPNEGO auth plugin (#7908) 2019-12-11 11:18:37 -08:00
LICENSE Add Kerberos SPNEGO auth plugin (#7908) 2019-12-11 11:18:37 -08:00
README.md Add Kerberos SPNEGO auth plugin (#7908) 2019-12-11 11:18:37 -08:00
authenticator.go Add Kerberos SPNEGO auth plugin (#7908) 2019-12-11 11:18:37 -08:00
identity.go Add Kerberos SPNEGO auth plugin (#7908) 2019-12-11 11:18:37 -08:00
user.go Add Kerberos SPNEGO auth plugin (#7908) 2019-12-11 11:18:37 -08:00

README.md

goidentity

Standard interface to holding authenticated identities and their attributes.

To get the package, execute:

go get gopkg.in/jcmturner/goidentity.v3

To import this package, add the following line to your code:

import "gopkg.in/jcmturner/goidentity.v3"