Bluesky
Bluesky authenticates with a handle and an app password, not OAuth.1
Create an app password in Bluesky
In Bluesky, go to Settings → Privacy and security → App passwords and create one. It looks like
xxxx-xxxx-xxxx-xxxx.2
Enter it in Nylon
Select Bluesky in the connection panel, enter your handle (
yourname.bsky.social) and the app password, and select Connect.Mastodon
Mastodon is thousands of independent servers, so there is no single place to send you. Nylon asks which server hosts the account, registers an application with that server on the fly, and then runs a normal OAuth flow against it.1
Enter the server
Select Mastodon in the connection panel and type the server’s domain —
mastodon.social, mas.to, and a few other common ones are offered as one-click chips.2
Authorize on that server
You are sent to that server’s own authorization screen. Approve it, and you come back connected.
Mastodon’s character and attachment limits are read from your own server at publish time, so a stricter or more generous server is respected rather than overridden by a default.
DEV.to
DEV has no OAuth for publishing, so it takes a personal API key.1
Generate a key on DEV
Go to Settings → Extensions → DEV Community API Keys on dev.to and generate one.
2
Paste it into Nylon
Select DEV.to in the connection panel, paste the key, and select Connect.
DEV.to is the one connection you revoke on the network’s side by deleting the key. Disconnecting in Nylon destroys Nylon’s copy; deleting the key on DEV is what makes it useless everywhere.
Why these three matter for your integration
If your users connect their own accounts through a Nylon connection URL, these three cannot be a straight redirect to a provider — the API tells you so. A connection URL carries aflow of oauth_redirect or nylon_ui, and these three are always nylon_ui.
Connecting an account from your own app
The connection URL endpoint, and what
flow means for your UI.Related
Supported networks
What each network can and cannot do.
Disconnect an account
What is destroyed, and what to revoke at the network.