voryx / Thruway

PHP Client and Router Library for Autobahn and WAMP (Web Application Messaging Protocol) for Real-Time Application Messaging
MIT License
674 stars 117 forks source link

Removed a requirement for role of authorization rules to be a valid URI. #358

Open boenrobot opened 2 years ago

boenrobot commented 2 years ago

There is nothing in the WAMP spec that says an auth role must be a valid URI.

No other part of Thruway assumes the role to be a valid URI.

I would add/fix the unit tests too to make sure this is checked, but honestly, I'm bit lost on the tests organization.