This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme with release candidate information
- Loading branch information
Robert Damphousse
committed
Apr 28, 2017
1 parent
5b4d8bd
commit a1dac39
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,24 @@ We're available to answer all questions at [[email protected]](mailto:suppor | |
|
||
## What does this mean for developers who are using this library? | ||
|
||
Please refer to this issue for up-to-date information about our progress with the | ||
migration: | ||
* We are patching this library to work with the Okta API. This will come in the form of a major release, 4.0. We're trying hard to minimize the number of breaking changes. This version will assume that you're migrating your data with our data migration tool, which should be available by the end of April. | ||
|
||
https://github.com/stormpath/express-stormpath/issues/609 | ||
* We are creating 4.x release candidates as we work. The [4.x changelog][] will describe all of the changes in this version. | ||
|
||
* The [Express-Stormpath Sample Project] is updated to use the latest release candidate, we suggest that you try running this application to ensure that your new Okta org is setup properly. | ||
|
||
* Once you are able to run the sample project, we suggest trying the latest release candidate in a local/development copy of your application, and walk through the changes in the [4.x changelog][] to see if you run into any issues. The latest release candidate can be installed like so: | ||
|
||
```bash | ||
npm install --save express-stormpath@next | ||
``` | ||
|
||
## README | ||
|
||
If you are actively using this library, you can find the readme in [OLD-README.md](OLD-README.md). | ||
It is not possible to register for new Stormpath tenants at this time, so you must | ||
already have a Stormpath tenant if you wish to use this library during the migration | ||
period. | ||
|
||
[Express-Stormpath Sample Project]: https://github.com/stormpath/express-stormpath-sample-project/ | ||
[4.x changelog]: https://github.com/stormpath/express-stormpath/blob/4.0.0/docs/changelog.rst |