Markers
Table of Contents
src/Controller/DiscordController.php | 1 |
src/Entity/Traits/DiscordIdentifiable.php | 1 |
src/Entity/Traits/Identifiable.php | 1 |
src/Security/Discord/Authenticator/RequestAuthenticator.php | 1 |
DiscordController.php
Type | Line | Description |
---|---|---|
TODO | 124 | return $registry->getClient(OAuth2Authenticator::REGISTRY_CLIENT_KEY)->redirect(['identify', 'guilds']); |
DiscordIdentifiable.php
Type | Line | Description |
---|---|---|
TODO | 19 | 20 digits max in 2090... |
Identifiable.php
Type | Line | Description |
---|---|---|
TODO | 15 | With respect to future doctrine v4 upgrades: https://github.com/doctrine/orm/issues/11248#issuecomment-2084847579 |
RequestAuthenticator.php
Type | Line | Description |
---|---|---|
TODO | 127 | Discord interaction command handling... |