Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 815 Bytes

File metadata and controls

11 lines (7 loc) · 815 Bytes

Stormpath is Joining Okta

We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at support@stormpath.com.

Angular PWA with Spring Boot and Stormpath

Example app that shows Angular as a PWA talking to Spring Boot and Stormpath.

To run the client, cd into the client folder and run npm install && ng serve.

To run the server, cd into the server folder and run mvn spring-boot:run.