antoineMoPa / mucalc.com

An online open source multi-user calculator
https://www.mucalc.com
GNU Affero General Public License v3.0
8 stars 1 forks source link

Limit active sheets per user #128

Open antoineMoPa opened 8 years ago

antoineMoPa commented 8 years ago

Unregistered users should not be able to open more than 2 pages at the same time according to pricing policy.

This will be implemented with localStorage's user_id, so little hackers can still use another computer or a private tab. (But that's not too bad)

antoineMoPa commented 8 years ago

We will disconnect the oldest sheet when you open a third one.