practable / bookjs

Javascript booking client for timdrysdale/relay
GNU Affero General Public License v3.0
1 stars 1 forks source link

expire sessions when bookings are empty / consider adding expiry date #18

Open timdrysdale opened 1 year ago

timdrysdale commented 1 year ago

This will save a request to the server.

For adding expiry, need to add properties to user object, such as "isSession", and "expiresAt" - is the effort and complication going to offer sufficient benefit?