decentral1se 9cc96d1bee
All checks were successful
continuous-integration/drone/push Build is passing
fix: link to godoc
2024-08-01 22:55:55 +02:00

1.2 KiB

gtslib-auth-keyring

Build Status Go Report Card Go Reference

GoToSocial client auth with keyring support

ALPHA SOFTWARE just like GoToSocial. Uses go-keyring.

import (
  "log/slog"

  auth "git.coopcloud.tech/decentral1se/gtslib-auth-keyring"
)

func main() {
  if err := auth.Login("foo@bar.zone"); err != nil {
    slog.Error("unable to login", err)
  }
}

ACK

Made possible by the good work of slurp.

License