6 ms·
Hey, Bereket from Better Auth here. I started Better Auth to solve this exact issue for myself, and it later turned into a company. It always give me joy to jus
by bekacru 5mo ago
Hey, Bereket from Better Auth here. I started Better Auth to solve this exact issue for myself, and it later turned into a company. It always give me joy to just see others getting the same value from it :) There is a lot to work on, would love to know what we can improve
- rbbydotdev 5mo agoDo you think the complexity of auth in the browser, is because browsers don't do enough?
- bekacru 5mo agoI think auth is complicated outside of browsers too. But browsers do make some things uniquely confusing, especially cookies and general security primitives are full of footguns
- pc86 5mo agoNot who you're replying to but browsers do way too much. Load the code you're given and don't do anything else.
- mooreds 5mo agoFedCM might be of interest to you. It's one effort to make browsers do more around authentication. Wrote an article about that here: https://fusionauth.io/articles/authentication/fedcm https://fusionauth.io/articles/authentication/fedcm (hosted at my employer's website)
- behailu 5mo agoHey hey! Qq: you guys plan to support Python backends or is there a way for us to do this?