UnityBaseJS / ub-net-client

UnityBase .Net Client
MIT License
4 stars 1 forks source link

Make UbConnection "know" which methods require authentication and which do not #4

Open rumata28 opened 8 years ago

rumata28 commented 8 years ago

For example, method auth does not require authentication, while runList requires. Make a default setting of connection and make it possible to register which application methods do not require authentication.