All Projects → phpbb → PhpbbSessionsAuthBundle

phpbb / PhpbbSessionsAuthBundle

Licence: GPL-3.0 license
Intergrates a symfony site with phpBB's users/sessions authentication and authorisation.

Programming Languages

PHP
23972 projects - #3 most used programming language

phpBB Sessions Auth Bundle

This allows you to use phpBB as a authentication provider and share its sessions.

It was originally developed for use on the new phpBB Symfony Website but was then open sourced.

Configuration

First of all, make sure in your application to ignore the phpBB tables, by using (This is needed for each entity manager):

doctrine:
    dbal:
        schema_filter: ~^(?!phpbb_)~

where phpbb_ is your table prefix for tables generated by phpBB. Not making this configuration change can cause your forum tables to be deleted!

Bundle configuration:

phpbb_sessions_auth:
    session:
        secure: false
        cookiename: ""
        boardpath: ""
    database:
        connection: ""
        prefix: ""
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].