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

..03-May-2022-

v6/H19-Jan-2020-

.gitignoreH A D19-Jan-2020275

LICENSEH A D19-Jan-202011.1 KiB

README.mdH A D19-Jan-2020433

authenticator.goH A D19-Jan-2020171

identity.goH A D19-Jan-20201 KiB

user.goH A D19-Jan-20203 KiB

user_test.goH A D19-Jan-2020246

README.md

1# goidentity
2
3Standard interface for holding authenticated identities and their attributes.
4
5This project has now been converted to use Go modules. Please refer to the latest major version sub directory.
6This follows the practice outlines at https://blog.golang.org/v2-go-modules
7
8[![Version](https://img.shields.io/github/v/release/jcmturner/goidentity?label=Version&sort=semver)](https://github.com/jcmturner/goidentity/releases)
9
10