flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
756 stars 304 forks source link

Auth #31

Closed SatisfactionSania closed 3 years ago

SatisfactionSania commented 4 years ago

How i can make simple Auth solution over this server? or where i can check token for example? Thank you!

jason-shen commented 4 years ago

you have to setup your logic your self, as this base on what ever you put through as a user it will just return the data, so you have to do your own auth checking auth

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.