Tutorial: Build a React.js Application with User Authentication
React (sometimes referred to as React.js) is an awesome way to build web UIs. Our new React SDK extends React and React Router with routes and components that allow you to solve common user management...
View ArticleWrite Once Multi Tenancy with Subdomains and Spring Boot
Java introduced the idea of “Write Once, Run Anywhere”. In this post, you will learn how to “Write Once, Run Any Tenant”. With a single application and some configuration in Stormpath’s Admin Console,...
View ArticleA Simple Web App With Node.js, Express, Bootstrap & Stormpath
Here at Stormpath we <heart> Node.js – it’s so much fun to build with! We’ve built several libraries to help node developers achieve user management nirvana in your applications. If you’ve built...
View ArticleComplete User Authentication for Laravel Applications
A few months ago, we released an Authentication Driver for Laravel that allows you to use the Auth Facade. Recently, we updated this to a full integration with views already set up for you in our...
View ArticleWhere to Store your JWTs - Cookies vs HTML5 Web Storage
Stormpath has recently worked on token authentication features using JSON Web Tokens (JWT), and we have had many conversations about the security of these tokens and where to store them. If you are...
View ArticleOAuth with JSON Web Tokens In .NET
With a new year comes another exciting release of the Stormpath .NET SDK. In this release, we’ve knocked down another big milestone: full support for token-based authentication. But that’s not all!...
View ArticleNew! SAML Support For Your Customer Apps
Integrate with Popular SAML Identity Providers in Minutes. Today we launched support for the SAML standard for authentication and user management. Applications that use Stormpath for user management...
View ArticleBuild Multi-Tenant .NET Applications
Designing multi-tenant applications can be tricky. The previous sentence may have been an understatement. The ability to quickly spin up a new instance of your application is a powerful business case,...
View ArticleHow to: Secure Connected Microservices in Spring Boot with OAuth and JWTs
If you’re a developer who, like myself, loves Microservices for their flexibility and scalability then you’ve probably run into this challenge: How can you easily scale your application while...
View ArticleThe Fundamentals of REST API Design
Here at Stormpath, we give developers easy access to user management features – including authentication, authorization, and password reset – via our REST API and language-specific SDKs. Our team of...
View ArticleParse is Shutting Down. What's Next for Your Backend?
Like many other mobile app developers, I was really sad to hear that Parse is shutting down. I use Parse quite heavily for some of my personal projects, and I appreciate how Parse enables mobile-first...
View ArticleGetting Started with SAML in PHP Applications
Rolling out your own SAML integrations has always been hard. It’s a complex implementation that’s difficult to build securely and efficiently whether you’ve built it before or not. Here at Stormpath,...
View ArticleSecure Password Hashing in Node with Argon2
Storing passwords securely is an ever-changing game. For the past few years (2013 –> 2015), Jean-Philippe Aumasson has been running a world-renowned Password Hashing Competition in which security...
View ArticleHow to Create a Multi-Tenant User Model for SaaS Applications
Multi-tenant data management is core to the success of any Software as a Service application. With multi-tenancy, SaaS vendors can provide one version of their product to multiple customers instead of...
View ArticleStormpath React SDK: Introducing custom login and registration forms
Building forms has never really been any fun. But with the new custom forms feature that we’ve added to the Stormpath React SDK, it suddenly is. This custom forms functionality means you’ll have the...
View ArticleHello, Stormpath!
Hi! I’m Edward, and it’s with great pleasure that I’d like to announce that I’m joining the Stormpath team as a Developer Evangelist for iOS! I’ve always been excited by technology and its potential...
View ArticleStormpath Laravel Event Firing Squad
At Stormpath, we want to make it as easy as possible to create your application. Our Laravel Integration is no exception. Events give developers an important tool to hook into different parts of a...
View ArticleGetting Started With SAML Single Sign-On in .NET
Single Sign-On (SSO) is a simple idea that can quickly cause developers not-so-simple headaches. At a high level, it’s very straightforward: SSO is what allows you to sign into Gmail and switch over to...
View ArticleOAuth2 Token Management with Stormpath and Spring Boot
OAuth2 token management is often misunderstood and difficult to implement correctly. Fortunately, with Stormpath’s SDKs and integrations, we make Token Management easy – fun, even. This 20-minute...
View ArticleJWT Authentication with AngularJS - Video and Tutorial
Lately I’ve been on the road, giving talks about web application security. JSON Web Tokens (JWTs) are the new hotness, and I’ve been trying to demystify them and explain how they can be used securely....
View Article