The Axios API, as an 800 byte Fetch wrapper.
- 05/06/20
- Tutorial
- 2569
A secure authentication system is an important part of most full stack web development projects. Creating one from scratch can feel intimidating, so in this article we wanted to share an in depth explanation of how we went about designing a functional and secure auth system in our project, devsBunker.While there's a subtle difference between authentication and authorization, this article mostly talks about the authentication side of our system.