Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stormpath/generator-jhipster-stormpath
JHipster module to integrate Stormpath
https://github.com/stormpath/generator-jhipster-stormpath
Last synced: about 2 months ago
JSON representation
JHipster module to integrate Stormpath
- Host: GitHub
- URL: https://github.com/stormpath/generator-jhipster-stormpath
- Owner: stormpath
- License: apache-2.0
- Created: 2016-10-14T17:13:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T16:40:08.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T05:03:46.626Z (2 months ago)
- Language: Java
- Homepage: https://stormpath.com/blog/stormpath-jhipster-application
- Size: 1.86 MB
- Stars: 7
- Watchers: 8
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#Stormpath is Joining Okta
We are incredibly excited to announce that [Stormpath is joining forces with Okta](https://stormpath.com/blog/stormpaths-new-path?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement). Please visit [the Migration FAQs](https://stormpath.com/oktaplusstormpath?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement) for a detailed look at what this means for Stormpath users.We're available to answer all questions at [[email protected]](mailto:[email protected]).
# Stormpath Module for JHipster
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> JHipster module, Stormpath API integration for Authorization## Introduction
This is a [JHipster](http://jhipster.github.io/) 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](https://api.stormpath.com/register) 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 PasswordFeatures we hope to add in a future release:
* Change Password
* User Management
* Internationalization## Installation
As this is a [JHipster](http://jhipster.github.io/) module, we expect you have [JHipster and its related tools already installed](https://jhipster.github.io/installation/).
This module requires JHipster >= 3.0 in order to work.
```bash
npm install -g generator-jhipster-stormpath
```Install Stormpath on a JHipster generated application:
```bash
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](https://stormpath.com)
[npm-image]: https://img.shields.io/npm/v/generator-jhipster-stormpath.svg
[npm-url]: https://npmjs.org/package/generator-jhipster-stormpath
[travis-image]: https://travis-ci.org/stormpath/generator-jhipster-stormpath.svg?branch=master
[travis-url]: https://travis-ci.org/stormpath/generator-jhipster-stormpath
[daviddm-image]: https://david-dm.org/stormpath/generator-jhipster-stormpath.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/stormpath/generator-jhipster-module