All activity
Auth is always the part nobody wants to build. EasyAuth fixes that one decorator and your route is protected. No JWT setup, no session config, no bcrypt wiring. Just drop in the SDK, fill in 3 fields, and you're done in under 5 minutes. Works with Flask, FastAPI, and Django out of the box. bcrypt, encrypted tokens, HttpOnly cookies all the hard stuff is already handled. auth made so eassyy

Easy AuthAuthentication made so eassyy
Avikleft a comment
Honestly? I was tired of rebuilding the same login system for every side project I started. JWT setup, bcrypt, cookie config, session management it's the same thing every single time and it has nothing to do with what I actually wanted to build. So I built EasyAuth. The idea was simple what if auth was just a URL redirect and one decorator? No setup rabbit hole, no 3-day detour, just done. The...

Easy AuthAuthentication made so eassyy
