Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stormpath/loopback-connector-stormpath
A Stormpath User backend for Loopback.
https://github.com/stormpath/loopback-connector-stormpath
Last synced: 23 days ago
JSON representation
A Stormpath User backend for Loopback.
- Host: GitHub
- URL: https://github.com/stormpath/loopback-connector-stormpath
- Owner: stormpath
- Created: 2015-03-17T21:43:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T16:52:52.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T10:06:59.419Z (8 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
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]).
# loopback-connector-stormpath
[![NPM Version](https://img.shields.io/npm/v/loopback-connector-stormpath.svg?style=flat)](https://npmjs.org/package/loopback-connector-stormpath)
[![NPM Downloads](http://img.shields.io/npm/dm/loopback-connector-stormpath.svg?style=flat)](https://npmjs.org/package/loopback-connector-stormpath)
[![Build Status](https://img.shields.io/travis/stormpath/loopback-connector-stormpath.svg?style=flat)](https://travis-ci.org/stormpath/loopback-connector-stormpath)*The Stormpath connector for Loopback.*
**NOTE**: This package is *not* meant to be used alone. Please see our
[loopback-stormpath][] repository if you'd like to use [Stormpath][] in your
[Loopback][] project!## Purpose
This library is meant to provide an interface between Loopback and Stormpath --
this implementation basically provides an *"ORM"* around the Stormpath data
store for users.## Changelog
All library changes, in descending order.
### Version 0.0.1
**Released on March 27, 2015.**
- First release ever! Still some lacking features, but we'll ship it anyway!
[loopback-stormpath]: https://github.com/stormpath/loopback-stormpath "loopback-stormpath on Github"
[Stormpath]: https://stormpath.com/ "Stormpath User Management"
[Loopback]: http://loopback.io/ "Loopback Node.js Web Framework"