Vinelab / minion

A Simplified Client for WAMP v2 (Web Application Messaging Protocol) with command line support - PHP WebSocket Made Easy
MIT License
126 stars 16 forks source link

Authentication #3

Open ChaosPower opened 9 years ago

ChaosPower commented 9 years ago

Hi,

Would like to know how to implement authentication using Minion, if there are examples available please link me.

Mulkave commented 9 years ago

This has not been supported out of the box yet, but Minion uses Thruway under the hood, not sure if this helps though.

This is interesting to have as a feature though.

mpathy commented 6 years ago

If you use Crossbar there are some options you can use, but yes, I think it would be awesome to be able to use the Laravel Authentication also for Minion and the WAMP Websockets

NeoVance commented 6 years ago

This is rather vague. Clarification is needed for this feature.

Is this about using Minion to provide authentication service for authenticating a session on the WAMP server, or allowing Minion to use an authentication method when connecting to the WAMP server?