2024-07-31 22:47:01 +02:00
2024-07-31 22:47:01 +02:00
2024-07-31 22:47:01 +02:00
2024-07-31 22:47:01 +02:00
2024-08-04 11:00:00 +02:00

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", "error", err)
  }
}

ACK

Made possible by the good work of slurp.

License

Description
GoToSocial client auth with keyring support
Readme 71 KiB
Languages
Go 100%