Dav: add some documentation on classes

This commit is contained in:
2023-09-15 22:32:25 +02:00
parent a57e6c0cc9
commit 8d44bb2c32
6 changed files with 33 additions and 13 deletions

View File

@@ -16,6 +16,9 @@ use Lexik\Bundle\JWTAuthenticationBundle\Event\JWTAuthenticatedEvent;
use Lexik\Bundle\JWTAuthenticationBundle\Events;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
/**
* Store some data from the JWT's payload inside the token's attributes.
*/
class DavTokenAuthenticationEventSubscriber implements EventSubscriberInterface
{
final public const STORED_OBJECT = 'stored_object';