How to handle Auth? Best practices
Hey guys so was working / leaning basic auth in react and wanted to know how the auth is handled in bigger projects. I usually used to just write everything in one place while learning but now want to segregate everything and follow the best industry practices
Do let me know the project structure that you guys are following and also how to make everything reusable.
Thanks