From 44b3c20dda49e8386862bbffe1a38378b55c4b19 Mon Sep 17 00:00:00 2001 From: boygirl Date: Sun, 14 Apr 2019 14:27:59 -0700 Subject: [PATCH 1/2] Update README.md @kadikraman We're adding maintenance status to all of our repos. "Active" is appropriate for this one. Let me know if you have any questions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dcfcdd15..b1fbda9f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ [![npm package version](https://badge.fury.io/js/react-native-app-auth.svg)](https://badge.fury.io/js/react-native-app-auth) +#### Maintenance Status: Active + +Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome. + #### This is the API documentation for `react-native-app-auth >= 4.0.` Past documentation: [`3.1`](https://github.com/FormidableLabs/react-native-app-auth/tree/v3.1.0) [`3.0`](https://github.com/FormidableLabs/react-native-app-auth/tree/v3.0.0) [`2.x`](https://github.com/FormidableLabs/react-native-app-auth/tree/v2.0.0) [`1.x`](https://github.com/FormidableLabs/react-native-app-auth/tree/v1.0.1). From 294675abe7a5817b873fbd2d136175453d357327 Mon Sep 17 00:00:00 2001 From: boygirl Date: Sun, 14 Apr 2019 17:34:12 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1fbda9f..eed0d3da 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,8 @@

[![npm package version](https://badge.fury.io/js/react-native-app-auth.svg)](https://badge.fury.io/js/react-native-app-auth) +[![Maintenance Status][maintenance-image]](#maintenance-status) -#### Maintenance Status: Active - -Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome. #### This is the API documentation for `react-native-app-auth >= 4.0.` @@ -408,3 +406,12 @@ Some authentication providers, including examples cited below, require you to pr Having said this, in some cases using client secrets is unavoidable. In these cases, a `clientSecret` parameter can be provided to `authorize`/`refresh` calls when performing a token request. g + + + +#### Maintenance Status + +**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome. + +[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg +