A GoToSocial client for the terminal.
Find a file
Dan Anglin 5a795c8ae0
refactor: remove dependency on golang.org/x/oauth2
This commit refactors the login flow to a GTS server thanks to an update
in the official GTS documentation.

golang.org/x/oauth2 is no longer needed.

Documentation reference:
- https://docs.gotosocial.org/en/latest/api/authentication/
2024-02-25 06:41:13 +00:00
cmd/enbas refactor: remove dependency on golang.org/x/oauth2 2024-02-25 06:41:13 +00:00
internal refactor: remove dependency on golang.org/x/oauth2 2024-02-25 06:41:13 +00:00
.gitignore feat: add Enbas 2024-02-23 09:44:57 +00:00
.golangci.yaml feat: add Enbas 2024-02-23 09:44:57 +00:00
go.mod refactor: remove dependency on golang.org/x/oauth2 2024-02-25 06:41:13 +00:00
go.sum refactor: remove dependency on golang.org/x/oauth2 2024-02-25 06:41:13 +00:00
LICENSE chore: Initial commit - Project setup 2024-02-19 12:39:01 +00:00
mage chore: Initial commit - Project setup 2024-02-19 12:39:01 +00:00
README.md chore: Initial commit - Project setup 2024-02-19 12:39:01 +00:00

Enbas

Overview

Enbas is a GoToSocial client for the terminal.