andymatuschak / orbit

Experimental spaced repetition platform for exploring ideas in memory augmentation and programmable attention
https://withorbit.com
Other
1.71k stars 54 forks source link

consumeAccessCode times out when code is invalid #294

Closed andymatuschak closed 5 months ago

andymatuschak commented 1 year ago

A small hygienic issue: when invalid access code is provided to /api/internal/auth/consumeAccessCode, the cloud function times out. Presumably I'm not closing some resource properly.