gnu-social/config/packages
Hugo Sales fa0d02a9ac
[PLUGIN][OAuth2] Start adding OAuth2 support with client registration
This hardcodes the user, and has some other issues, so it is not yet
complete.

We follow mastodon's spec for automatic client registration, available
at both `/api/v1/apps` and a more reasonable `/oauth/client`. This
accepts a JSON POST with the client info and returns JSON with a
`client_id` and a `client_secret`, to be used with `/oauth/authorize`
and `/oauth/token`. It also, seemingly, requires returning an `id`
with unclear purpose.

The `/oauth/token` endpoint doesn't currently return a `me` field.
2022-01-25 13:35:44 +00:00
..
dev [CONFIG][DEV][DOCTRINE] Add doctrine stacktrace tracking in dev mode 2021-09-14 13:06:51 +01:00
prod [DEPENDENCY] Upgrade Symfony framework from 5.0 to 5.1 2021-09-14 13:05:28 +01:00
test [DOCTRINE][CONFIGURATION] Add new required Doctrine DBAL parameter, for testing environments 2021-09-14 13:10:21 +01:00
cache.yaml [V3] Big Bang 2021-09-14 13:01:33 +01:00
doctrine.yaml [DEPENDENCIES] Add oroinc/doctrine-extensions, which provides cross database platform date functions 2021-09-14 13:12:54 +01:00
doctrine_migrations.yaml [DEPENDENCY] Update all dependencies 2021-09-14 13:05:32 +01:00
framework.yaml [DOCTRINE][SCHEMADEF] Create a new metadata driver to allow us to continue using static schemaDef functions 2021-09-14 13:01:34 +01:00
html_sanitizer.yaml [DEPENDENCY] Add tgalopin/html-sanitizer-bundle and transitively tgalopin/html-sanitizer 2021-09-14 13:05:57 +01:00
mailer.yaml [V3] Big Bang 2021-09-14 13:01:33 +01:00
messenger.yaml [QUEUE] Add queueing wrapper, default configuration and example usage 2021-09-14 13:05:33 +01:00
misd_phone_number.yaml [DEPENDENCY] Add odolbeau/phone-number-bundle 2021-09-14 13:05:44 +01:00
notifier.yaml [V3] Big Bang 2021-09-14 13:01:33 +01:00
nyholm_psr7.yaml [DEPENDENCIES] Add 'embed/embed', 'nyholm/psr7' and 'symfony/dom-crawler' 2021-09-14 13:12:51 +01:00
reset_password.yaml [CORE] Add passowrd reset and forgot password functionality 2021-09-14 13:13:17 +01:00
routing.yaml [V3] Big Bang 2021-09-14 13:01:33 +01:00
security.yaml [PLUGIN][OAuth2] Start adding OAuth2 support with client registration 2022-01-25 13:35:44 +00:00
sensio_framework_extra.yaml [V3] Big Bang 2021-09-14 13:01:33 +01:00
translation.yaml [V3] Big Bang 2021-09-14 13:01:33 +01:00
twig.yaml [CONFIG][Twig] Replaced form theme to a custom one 2021-12-25 16:19:46 +00:00
validator.yaml [V3] Big Bang 2021-09-14 13:01:33 +01:00