• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D27-Aug-2018275

LICENSEH A D27-Aug-201811.1 KiB

README.mdH A D27-Aug-2018282

authenticator.goH A D27-Aug-2018171

identity.goH A D27-Aug-2018657

user.goH A D27-Aug-20182.7 KiB

user_test.goH A D27-Aug-2018251

README.md

1# goidentity
2
3Standard interface to holding authenticated identities and their attributes.
4
5To get the package, execute:
6```
7go get gopkg.in/jcmturner/goidentity.v3
8```
9To import this package, add the following line to your code:
10```go
11import "gopkg.in/jcmturner/goidentity.v3"
12
13```