zalando-stups / play-zhewbacca

Play! framework library to protect REST endpoint by OAuth2 token verification - THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED
MIT License
22 stars 13 forks source link

IP-address based rules? Discussion #10

Open dmitrykrivaltsevich opened 8 years ago

dmitrykrivaltsevich commented 8 years ago

There was a request to allow access only for specific IP addresses. Like allowed: true, but for specific IP addresses. I'm not sure that this is in scope of OAuth2 library, but I see how hard to achieve such behaviour because of limitation in Play (1 app = 1 port per JVM).