Reputation: 31522
How i know in server-side what authentication backend is for determinated user?
Upvotes: 2
Views: 819
Reputation: 10687
After authenticating, each User object will have a 'backend' property, pointing to the module and class that authenticated him. You can see related code here.
Upvotes: 3