Build a CRUD Application with React, Spring Boot, and User Authentication
React is one of the most popular libraries for creating web application frontends. With Spring Boot it’s easier than ever to create a CRUD backend for your React-fronted application. In this tutorial,...
View ArticleTutorial: User Authentication in AngularJS and ASP.NET Core
Modern web applications have an explicit separation between the server and the client. Clients use AngularJS, ReactJS, EmberJS, and others. Servers use NodeJS, Java, and, .NET. Microsoft’s .NET...
View ArticleOptimize Your React Application with Webpack in 15 Minutes
Looking to optimize the performance of your Spring Boot Application? (Who isn’t?) Sure, you could pull JavaScript and CSS files from a CDN, but for a real performance upgrade you probably want to try...
View ArticleStore & Protect Sensitive Data in ASP.NET Core
Storing sensitive configuration data (i.e. API keys, database usernames, and passwords) appropriately is anything but a trivial concern for application developers. There are a variety of recommended...
View ArticleCSRF Protection with JWTs in Spring Security
If you’ve never heard of JWTs (JSON Web Tokens), well, you don’t work in tech, or you’ve purposely unplugged your computer from the Internet. JWTs are frequently used in OAuth2 as access and refresh...
View ArticleSecuring JSPs with Spring Security and Stormpath
Even though JSPs have fallen out of fashion lately, they are still a core part of many enterprise infrastructures. In this tutorial, we’ll show you how to secure them using the excellent Spring...
View ArticleBuild an Angular 2 Application with User Authentication in 10 Minutes
Today I’m happy to announce the first (beta) release of Stormpath’s Angular 2 support! The npm module is called angular-stormpath and you can easily installing it using npm install --save...
View ArticleThe Architecture of Stormpath’s Java SDK
Stormpath provides several language-specific SDKs to allow simple interaction with its REST API. The Java SDK is one of our most popular ones. In this article, we’ll dive under the hood and take a...
View ArticleString Interpolation with Apache Shiro
I am happy to announce the the 0.8.0-RC1 release of our Stormpath-Shiro integration. This release builds on top of the recent Apache Shiro 1.4.0-RC2 release. The 1.4.0 Apache Shiro release adds a...
View ArticleProduct Documentation vs. Knowledge Base
Determining the right location for information is one of the fundamental problems faced by application developers, technical writers, and customer support engineers. It’s no good having information...
View ArticleHallo Deutschland! Stormpath Launches European Enterprise Region
Today we’re excited to announce the launch of Enterprise Cloud service in Europe! Our new EU region will help European customers keep their user data wholly in-region. We’ve selected the AWS data...
View Article5 Must-Have Visual Studio Code Extensions
Visual Studio Code is Microsoft’s fully cross-platform IDE. It is beautiful, easy to use and lightweight. Its slimness can be attributed to the fact that it does only the basics by default, and add...
View ArticleBuild a REST API for your Mobile Apps with ASP.NET Core
Nowadays, RESTful APIs are the standard way of exposing backends to applications. They allow you to share your business logic between different clients with a low level of coupling through a...
View ArticleTips and Tricks for AngularJS and Spring Boot with Stormpath
In October, I showed you how to integrate AngularJS, Spring Boot, and Stormpath. As part of that tutorial, I demonstrated how to use our AngularJS SDK to create registration, login and forgot password...
View ArticleTutorial: Build a Spring Boot Application with React and User Authentication
Previously you created a CRUD application using Spring Boot, React and Stormpath where React handled the data view and the Stormpath Spring Boot Starter set up the login and registration pages. Now...
View ArticleAdd Facebook Login to Your Existing React Application
According to Facebook, tens of millions of people use their platform to log into applications all over the web. By integrating Facebook Login with your web application, not only do users get the social...
View ArticleTutorial: Establish Trust Between Microservices with JWT and Spring Boot
If you’ve never heard of JWTs (JSON Web Tokens), well then you didn’t read my last post on CSRF Protection with JWTs. To briefly recap: JWTs can be used wherever you need a stand-in to represent a...
View ArticleAngular and Microservices at The Rich Web Experience 2016
As a Developer Evangelist at Stormpath, I’m tasked with developing our integrations, as well as showing developers how to use them. I do this through blog posts and speaking at conferences/meetups....
View ArticleWhat the Galactic Empire Could Learn From OWASP
Security is crucial for any project, whether you’re building a hobby application on the terrestrial internet or a fully operational battlestation in a galaxy far, far away. That said, security isn’t...
View Article2016 Year in Review — New Tools Broaden Authentication & User Management Support
2016 was an awesome year for the team here at Stormpath! We hit the ground running in January and rapidly scaled both our internal staff and resources, as well as our service offerings around...
View Article