mobile bluesky app made with flutter lazurite.stormlightlabs.org/
mobile bluesky flutter
at main 552 B view raw
1{ 2 "client_id": "https://lazurite.stormlightlabs.org/client-metadata.json", 3 "client_name": "Lazurite", 4 "client_uri": "https://lazurite.stormlightlabs.org", 5 "redirect_uris": ["http://127.0.0.1/callback"], 6 "scope": "atproto transition:generic", 7 "grant_types": ["authorization_code", "refresh_token"], 8 "response_types": ["code"], 9 "token_endpoint_auth_method": "none", 10 "application_type": "native", 11 "dpop_bound_access_tokens": true, 12 "software_id": "org.stormlightlabs.lazurite", 13 "software_version": "1.0.0" 14}