+1
-1
frontend/base.templ
+1
-1
frontend/base.templ
+1
-1
oauth_handlers.go
+1
-1
oauth_handlers.go
···
30
30
func (s *Server) serveClientMetadata(w http.ResponseWriter, r *http.Request) {
31
31
metadata := map[string]any{
32
32
"client_id": fmt.Sprintf("https://%s/client-metadata.json", s.feedHost),
33
-
"client_name": "BS Feeder",
33
+
"client_name": "Bsky-bookmark",
34
34
"client_uri": fmt.Sprintf("https://%s", s.feedHost),
35
35
"redirect_uris": []string{fmt.Sprintf("https://%s/oauth-callback", s.feedHost)},
36
36
"grant_types": []string{"authorization_code", "refresh_token"},