0
0
1
| 1 | use v5.44.0; |
| 2 | use strict; |
| 3 | use warnings; |
| 4 | |
| 5 | use Mojolicious::Lite -signatures; |
| 6 | use Mojo::ATProto::OAuth; |
| 7 | |
| 8 | my $oauth = Mojo::ATProto::OAuth->new_localhost( |
| 9 | callback_url => "http://127.0.0.1:3000/callback", |
| 10 | scopes => ["atproto", "transition:generic"], |