AT Protocol login app for Open Web Desktop
1
fork

Configure Feed

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

Vue 64.6%
TypeScript 35.4%
14 1 0

Clone this repository

https://tangled.org/owdproject.org/app-atproto https://tangled.org/did:plc:iaf5ejdchj6nydfxmcrq5rm6/app-atproto
git@tangled.org:owdproject.org/app-atproto git@tangled.org:did:plc:iaf5ejdchj6nydfxmcrq5rm6/app-atproto

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

ATProto

ATProto App for your Open Web Desktop client.

Overview#

This app for Open Web Desktop allows you to log-in using your AT Protocol account.

Installation#

  1. Navigate to your client folder in your terminal:

    cd owd-client
    
  2. Install the desktop module using npm or yarn:

    npm install @owdproject/app-atproto
    
  3. Register the application in your desktop configuration file:

    // owd.config.ts
    export default defineDesktopConfig({
        apps: [
            '@owdproject/app-atproto',
        ]
    })
    

License#

The application is released under the GNU General Public License v3.