All checks were successful
continuous-integration/drone/push Build is passing
847 B
847 B
gtslib-auth-keyring
GoToSocial client auth with keyring support
ALPHA SOFTWARE just like GoToSocial. Uses go-keyring
.
import (
"log"
auth "git.coopcloud.tech/decentral1se/gtslib-auth-keyring"
)
func main() {
if err := auth.Login("foo@bar.zone"); err != nil {
log.Fatal(err)
}
}
ACK
Made possible by the good work of slurp
.
License
