just want to store a jwt in localstorage from a passwordless login and use it in collection resource ... e.g. in the directory listing demo .. user should be able to see only items they created
So overall you can do a not so secure thing today, in fact that's how supabase suggests. You do the auth on the client, configure it using whatever: local storage, cookie, anything
Unable to follow how to implement .... any documentation link or example pls.
Lets take the shopify example from your buildship livecast.
How to make sure that only you can see your shopping cart and I should never be able to see it. Assume that BuildShip backend is under our control for customization, etc