You will be redirected to bsky.app for authorization
Atsky does not have access to your authorization data and cannot obtain it. The session will end as soon as you log out or bluesky ends the session
Other secure options
Local Server
Connect through a local proxy server running on your computer. Your credentials stay on your machine and never leave it. Only requests in your permissions list will be processed.
To use this option:
- Install Node.js
- Install atproxy CLI:
npm i -g atproxy - Run with limited permissions:
atproxy --permissions com.atproto.identity.resolveHandle --permissions com.atproto.repo.getRecord --permissions com.atproto.repo.applyWrites --permissions com.atproto.repo.createRecord --permissions com.atproto.repo.deleteRecord --permissions app.bsky.actor.getProfile --permissions app.bsky.actor.getProfiles --permissions app.bsky.actor.searchActors --permissions app.bsky.actor.getSuggestions --permissions app.bsky.bookmark.getBookmarks --permissions app.bsky.bookmark.createBookmark --permissions app.bsky.bookmark.deleteBookmark --permissions app.bsky.actor.getPreferences --permissions app.bsky.feed.getPostThread --permissions app.bsky.feed.getFeed --permissions app.bsky.feed.getFeedGenerators --permissions app.bsky.feed.getPosts --permissions app.bsky.feed.getAuthorFeed --permissions app.bsky.feed.getTimeline --permissions app.bsky.feed.searchPosts --permissions app.bsky.feed.getLikes --permissions app.bsky.feed.getRepostedBy --permissions app.bsky.feed.getQuotes --permissions app.bsky.graph.getActorStarterPacks --permissions app.bsky.graph.getStarterPack --permissions app.bsky.graph.getList --permissions app.bsky.graph.getFollowers --permissions app.bsky.graph.getFollows --permissions app.bsky.graph.getKnownFollowers --permissions app.bsky.unspecced.getTrendingTopics --permissions app.bsky.unspecced.getPopularFeedGenerators --permissions app.bsky.notification.getUnreadCount --permissions app.bsky.notification.listNotifications --permissions app.bsky.notification.updateSeen --permissions com.atproto.repo.putRecord - Install and enable the Atsky browser extension
- Reload the page and connect
Open-Source on GitHub