|
1 | 1 | <a href="https://formidable.com/open-source/" target="_blank"> |
2 | | - <img alt="React Native App Auth — Formidable, We build the modern web" src="https://raw.githubusercontent.com/FormidableLabs/react-native-app-auth/main/react-native-app-auth-Hero.png" /> |
| 2 | + <img alt="React Native App Auth — Formidable, We build the modern web" src="https://oss.nearform.com/api/banner?text=react+native+app+auth" /> |
3 | 3 | </a> |
4 | 4 | <p align="center"> |
5 | 5 | <strong>React native bridge for AppAuth - an SDK for communicating with OAuth2 providers</strong> |
@@ -124,7 +124,7 @@ with optional overrides. |
124 | 124 | - **registrationEndpoint** - (`string`) fully formed url to your OAuth/OpenID Connect registration endpoint. Only necessary for servers that require client registration. |
125 | 125 | - **endSessionEndpoint** - (`string`) fully formed url to your OpenID Connect end session endpoint. If you want to be able to end a user's session and no `issuer` is specified, this field is mandatory. |
126 | 126 | - **clientId** - (`string`) _REQUIRED_ your client id on the auth server |
127 | | -- **clientSecret** - (`string`) client secret to pass to token exchange requests. :warning: Read more about [client secrets](#note-about-client-secrets) |
| 127 | +- **clientSecret** - (`string`) client secret to pass to token exchange requests. :warning: Read more about [client secrets](/docs/client-secrets) |
128 | 128 | - **redirectUrl** - (`string`) _REQUIRED_ the url that links back to your app with the auth code |
129 | 129 | - **scopes** - (`array<string>`) the scopes for your token, e.g. `['email', 'offline_access']`. |
130 | 130 | - **additionalParameters** - (`object`) additional parameters that will be passed in the authorization request. |
@@ -548,6 +548,6 @@ Please see our [contributing guide](./.github/CONTRIBUTING.md). |
548 | 548 |
|
549 | 549 | ## Maintenance Status |
550 | 550 |
|
551 | | -**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. |
| 551 | +**Active:** Nearform 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. |
552 | 552 |
|
553 | 553 | [maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg |
0 commit comments