
API Authentication with Node.js
Most applications have an authentication system or a way of verifying their users. Some make use of APIs while others use other services like OAuth2, […]
Most applications have an authentication system or a way of verifying their users. Some make use of APIs while others use other services like OAuth2, […]
Email verification is a mechanism to ensure that a system does not stack its database with fake email addresses. An account remains unverified until the […]
In this tutorial, we will learn how to use JWT in Node.js to secure endpoints and even authenticate users. It’s pretty simple to write code and develop applications. Yet, […]
1. Overview This tutorial will illustrate how to configure Basic Authentication on the Apache HttpClient 4. If you want to dig deeper and learn other cool […]
1. Overview In this quick tutorial, we’ll implement a basic solution for preventing brute force authentication attempts using Spring Security. Simply put – we’ll keep a record of […]
1. Overview This tutorial will show how to set up an Authentication Provider in Spring Security to allow for additional flexibility compared to the standard scenario using […]
1. Overview This article shows how to use Springs RestTemplate to consume a RESTful Service secured with Basic Authentication. Once Basic Authentication is set up for the template, […]
NOTE: The JavaMail Authenticator is found in the javax.mail package and is different from the java.net class of the same name. The two don’t share […]