Using IP ranges in own AuthProvider

Hi,

I want to develop an AuthProvider which not only uses the login and password, but also the IP address the user logs on.

Is there anyway to handle this?

Hello,

Take a look at LocalClientSession#setAllowedIPs method.

Hope that helps,

Ryan