generator-jhipster-stormpath

JHipster module, Stormpath integration for JHipster application

Usage no npm install needed!

<script type="module">
  import generatorJhipsterStormpath from 'https://cdn.skypack.dev/generator-jhipster-stormpath';
</script>

README

Stormpath Module for JHipster

NPM version Build Status Dependency Status

JHipster module, Stormpath API integration for Authorization

Introduction

This is a JHipster module, that is meant to be used in a JHipster application.

Prerequisites

This module installs Stormpath's Spring Boot, Spring Security and AngularJS support and configures everything for you.

You will need a free Stormpath account and API keys installed to use your application after installing this module.

Specifically, this module configures your JHipster application to use the following Stormpath features:

  • Login
  • Logout
  • User Registration
  • Forgot Password

Features we hope to add in a future release:

  • Change Password
  • User Management
  • Internationalization

Installation

As this is a JHipster module, we expect you have JHipster and its related tools already installed.

This module requires JHipster >= 3.0 in order to work.

npm install -g generator-jhipster-stormpath

Install Stormpath on a JHipster generated application:

yo jhipster-stormpath

NOTE: To see the Administration menu, you will need a ROLE_ADMIN group configured in Stormpath. Only users in this group will be able to see the Administration menu.

License

Apache-2.0 © Stormpath