PHPackages                             ruwork/manual-auth-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. ruwork/manual-auth-bundle

AbandonedArchivedSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

ruwork/manual-auth-bundle
=========================

Ruwork Manual Auth Bundle

0.13.5(7y ago)010.6k1MITPHPPHP ^7.1.3

Since Feb 16Pushed 7y ago3 watchersCompare

[ Source](https://github.com/ruvents/ruwork-manual-auth-bundle)[ Packagist](https://packagist.org/packages/ruwork/manual-auth-bundle)[ Docs](https://ruvents.github.io/ruwork/)[ RSS](/packages/ruwork-manual-auth-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (4)Versions (37)Used By (1)

Ruwork Manual Auth Bundle
=========================

[](#ruwork-manual-auth-bundle)

Configuration
-------------

[](#configuration)

```
# app/config/security.yml
security:
    main:
        # add manual auth to any firewall
        manual: ~
        anonymous: ~
        provider: your_user_provider
        form_login:
            # ...
        logout:
            # ...
        remember_me:
            # configure remember me if you need
            always_remember_me: true
```

Authenticating a User in the controller
---------------------------------------

[](#authenticating-a-user-in-the-controller)

```
