© 2023 Hashnode
#authentication
In this blog I will be talking about authentication using JSON Web Tokens. I will be covering the structure of a JWT, along with some advantages and disadvantages of using JWTs. Why simple Authenticat…
The most common way of performing authentication in Single Page Applications (SPA) is through the use of JSON Web Tokens (JWT). While JWT-based authentication is easy to implement, there are some down…
In my project, I needed to remove the navbar and footer on a specific page while keeping them on others. It turned out to be simpler than expected, so I decided to create a blog sharing clear instructions for others to implement. In this, T…
Introduction In today's digital landscape, the need for robust authentication systems has become paramount. Safeguarding sensitive user information and ensuring secure access to applications are top p…
Expo is an invaluable tool when it comes to developing mobile apps, offering a rich SDK with a wide range of packages. With services like EAS Build, the process of publishing your app becomes effortle…
In today's world of API-driven applications, securing access to data is very important. As the amount of data generated and consumed continues to grow, the need for reliable, and efficient data access…
Background Docusaurus is an excellent documentation generator tool that doesn’t support authentication out of the box. If you want to read about the roadmap of this issue and get to know more about wh…
Salesforce is one of the leading Customer Relationship Management (CRM) platforms available today. Its REST API is a powerful tool that allows developers to integrate Salesforce data into third-party …
When using passwords to authenticate our applications, we often want an extra layer of security to prevent malicious attackers from spamming our registration. As such we can try to implement an email …