r-a-stone / Laravel-Auth-Bridge

Allows the laravel 4 developer to edit/create phpbb3 forum accounts and their group memberships.
8 stars 9 forks source link

How to use the lib? #9

Closed kremsy closed 10 years ago

kremsy commented 10 years ago

What do I need to write for example in the user controller that the user get created in the forum?

r-a-stone commented 10 years ago

You would write your authentication controller as usual. When phpBB uses the included auth driver it will request information from the laravel package. The laravel package responds with either success or failure using the default auth driver included in laravel. the phpBB auth driver takes over and duplicates the login locally.