Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 742 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 742 Bytes

see-auth-go

SeeAuth Go client.

This repo is Go sdk of SeeAuth.

When your backend service uses Go, you can use this SDK to complete user verification. If the verification is successful, it means that the user is a valid user verified by SeeDAO OS, and then you can perform corresponding business logic according to the identity of the user.

Install

GitHub go.mod Go version (subdirectory of monorepo) GitHub release (with filter)

$ go get github.com/Taoist-Labs/see-auth-go

See more at official docs sites: SeeAuth Docs