fleetingnotes / fleeting-notes-obsidian

An Obsidian plugin to sync Obsidian with Fleeting Notes
MIT License
81 stars 7 forks source link

Plugin logs out all the time #120

Closed anareaty closed 1 year ago

anareaty commented 1 year ago

Plugin periodically logs out. Sometimes after several days, sometimes several times in one day. I think login credentials should be somehow stored locally, so we don't need to type it in every time.

matthewwong525 commented 1 year ago

I'll look into this thank you for putting together this issue. The solution may just be updating the supabase package and handling logouts more elegantly

Try to do what I do in the Flutter application!

matthewwong525 commented 1 year ago

See https://github.com/fleetingnotes/fleeting-notes-flutter/blob/5ab9318f478f7e250f95ba59c1499ba5f2bdd3c1/lib/screens/main/main_screen.dart#L83