finish06 / pyunifi

https://unifi-sdn.ubnt.com/
MIT License
223 stars 99 forks source link

Add Support for UDMP, CSRF POSTS, and Radius #58

Closed ChrisMandich closed 3 years ago

ChrisMandich commented 3 years ago

The UDMP uses a different URL for authentication and has strict enforcement for CSRF with HTTP POST methods. I don't currently have a v5 or unifiOS system to test on. I'd recommend testing one of those to ensure that functionality is tested as expected. The included unit tests are successful.

ChrisMandich commented 3 years ago

This might resolve: https://github.com/finish06/pyunifi/issues/36

ChrisMandich commented 3 years ago

I'm not sure if this is still an issue in the master branch. But this should be resolved as well: https://github.com/finish06/pyunifi/issues/38