decentral1se f867bf493e
All checks were successful
continuous-integration/drone/push Build is passing
feat: init
2024-07-31 22:47:01 +02:00

847 B

gtslib-auth-keyring

Build Status

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