mobile bluesky app made with flutter lazurite.stormlightlabs.org/
mobile bluesky flutter
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 17 lines 633 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": [ 6 "https://lazurite.stormlightlabs.org/oauth/callback", 7 "org.stormlightlabs.lazurite:/oauth/callback" 8 ], 9 "scope": "atproto transition:generic transition:chat.bsky", 10 "grant_types": ["authorization_code", "refresh_token"], 11 "response_types": ["code"], 12 "token_endpoint_auth_method": "none", 13 "application_type": "native", 14 "dpop_bound_access_tokens": true, 15 "software_id": "org.stormlightlabs.lazurite", 16 "software_version": "1.0.0" 17}