You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hugo Thunnissen 33d4b54eef Implement retrieval and storage of oauth_{client,secret} +http redirect 5 years ago
.gitignore Initial commit: Skeleton for client communication 5 years ago
README.md Add README.md 5 years ago
auth_request.go Clean the request map to prevent memory leaks 5 years ago
auth_request_client.go Check if hostname is valid 5 years ago
auth_token.go Initial commit: Skeleton for client communication 5 years ago
authentication_map.go Instantiate mutex and rename AuthenticationQueue to AuthenticationMap 5 years ago
go.mod Implement retrieval and storage of oauth_{client,secret} +http redirect 5 years ago
go.sum Implement retrieval and storage of oauth_{client,secret} +http redirect 5 years ago
main.go Implement retrieval and storage of oauth_{client,secret} +http redirect 5 years ago

README.md

Generic Mastodon Authenticator

Implementing oauth is boring. This service will take care of that for you and your distributed mastodon app.