forci/remember-me-bundle

Persistent Remember Me bundle for Symfony applications

Installs: 573

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:SCSS

Type:symfony-bundle

v0.4.2 2020-10-05 22:25 UTC

This package is auto-updated.

Last update: 2024-04-06 06:11:10 UTC


README

Persistent Remember Me bundle for Symfony applications

  • If you'd like to use a custom Token class, extend it, pass the config and DO NOT include the bundle in the auto-mapping list of bundles

TODO

  • Documentation
  • Tests
  • Make it possible to attach the bundle to another Doctrine connection via a compiler pass that aliases doctrine.orm.%manager_name%_entity_manager to forci_remember_me.entity_manager
<service id="forci_remember_me.repo.abstract" abstract="true">
    <factory service="doctrine.orm.default_entity_manager" method="getRepository"/>
</service>