This is essential! Here are some reasons I think so.
For something used as often as search and across devices, browsers, apps, and platforms, a way to login that is not cookie based or session based is crucial.
I understand that you have the magic login links but issues I see with that off the top of my head are
- with cookies disabled no session gets established
- OS, browsers, and other software presumably do more to protect passkeys than urls or browsing history
- anything with search integration leveraging a devices default search setting would not require entering user/pass, a URL, or assume web session for cookie based auth is already established when popping an in app webview
Your own browser (Orion) supports passkeys, Your website should too! Plus you already have nonpasskey auth, so no one has to use it if it doesn't fit their use case. I love the token and magic URL approach too! But search is used so much in so many contexts, enabling a feature like this could be very powerful!