DEV Community

Discussion on: How to use two different authentications systems for your Symfony application?

Collapse
 
minompi profile image
AlessandroMinoccheri

It's the same, you can create your own authentication service that call an external web service if you want.

Collapse
 
geekabel profile image
Godwin

Thanks , And in which function can I call my web service in your example?