Closed kremsy closed 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.
What do I need to write for example in the user controller that the user get created in the forum?