summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Mojolicious/Plugin/OAuth2.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Mojolicious/Plugin/OAuth2.pm b/lib/Mojolicious/Plugin/OAuth2.pm
index 5f5e06d..88e397d 100644
--- a/lib/Mojolicious/Plugin/OAuth2.pm
+++ b/lib/Mojolicious/Plugin/OAuth2.pm
@@ -14,6 +14,10 @@ has providers => sub {
authorize_url => "https://api.dailymotion.com/oauth/authorize",
token_url => "https://api.dailymotion.com/oauth/token"
},
+ debian_salsa => {
+ authorize_url => 'https://salsa.debian.org/oauth/authorize?response_type=code',
+ token_url => 'https://salsa.debian.org/oauth/token',
+ },
eventbrite => {
authorize_url => 'https://www.eventbrite.com/oauth/authorize',
token_url => 'https://www.eventbrite.com/oauth/token',
@@ -284,6 +288,10 @@ values for C<authorize_url> and C<token_url> for the following providers:
Authentication for Dailymotion video site.
+=item * debian_salsa
+
+Authentication for L<https://salsa.debian.org/>.
+
=item * eventbrite
Authentication for L<https://www.eventbrite.com> event site.