LoginRadius is an Identity Management Platform that simplifies user registration, while securing data.
Technical articles and stack decisions from LoginRadius
Working with AWS Lambda and SQS
This blog is a short guide on implementing AWS Lambda and SQS together. First we'll introduce these technologies and explain why they work well together, then walkthrough some configurations and invocation using a simple Nodejs script.
Custom Encoders in the Mongo Go Driver
The official supported drivers for Mongo for Go have been officially released for several months now and is slowly seeing more usage. Although many of the...
React’s Reconciliation Algorithm
The "reconciliation" algorithm in React is how the decision to re-render the component is made...
Checking for NaN in JavaScript
NaN, in JavaScript, can be many things. In fact, it can be almost anything, so long as it is Not a Number...
SDK Version 10.0.0
We're delightfully Announcing SDK Version 10.0.0. This full-version release includes major changes with several improvements and optimizations.
Getting Started with gRPC – Part 1 Concepts
Beginners guide to gRPC that explains important concepts and provides a walkthrough of a client-server implementation in Go.
Introduction to Cross-Site Request Forgery (CSRF)
Introduction to Web Accessibility with Semantic HTML5
Web Accessibility (often stylized "a11y"), is the practice of ensuring that your websites and web applications are accessible by people with disabilities...
JavaScript Events: Bubbling, Capturing, and Propagation
Events, in JavaScript, are occurrences that can trigger certain functionality, and can result in certain behaviour...
3 Simple Ways to Secure Your Websites/Applications
3 Simple Ways for develoeprs to follow when it comes to securing websites or web applications.
Failover Systems and LoginRadius’ 99.99% Uptime
Do you remember the Amazon outage that affected several high-profile customers back in 2011? On April 21st, widely-used sites such as Reddit and Quora were...
A Bot Protection Overview
Bots can be a beneficial tool or your worst nightmare.
What is the difference between OAuth1 and OAuth2?
Is OAuth1 considered obsolete? How is OAuth2 different from OAuth1? What are their use cases? Which one is more secure? ...
Azure AD as an Identity provider
Using JWT with OAuth2: When and Why
JWT and OAuth2 are different and serve separate purposes, but they are compatible and can be used together...
A Programmer’s Quick View on Mailazy, LoginRadius’ Disposable Email Provider
During my second week at LoginRadius, I had a meeting with a colleague for guidance on a task I had just been assigned. During the meeting, he mentioned a...
Let’s Encrypt with SSL Certificates
What is an SSL Certificate? Let's start with some working definitions of the HTTP and HTTPS protocols. HTTP is the Internet protocol over which data is sent...