From e503e68441433cf9a696ecde9703cef366de643c Mon Sep 17 00:00:00 2001
From: Steve Hobbs
Date: Thu, 20 Oct 2022 11:26:10 +0100
Subject: [PATCH] Apply suggestions from code review
Co-authored-by: Frederik Prijck
---
auth0_flutter/README.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/auth0_flutter/README.md b/auth0_flutter/README.md
index 7d6d18c5..f8029535 100644
--- a/auth0_flutter/README.md
+++ b/auth0_flutter/README.md
@@ -16,8 +16,8 @@
- [Quickstart](https://auth0.com/docs/quickstart/native/flutter/interactive) - our interactive guide for quickly adding login, logout and user information to your app using Auth0
- [Sample app](https://github.com/auth0-samples/auth0-flutter-samples/tree/main/sample) - a full-fledged sample app integrated with Auth0
- [API documentation](https://pub.dev/documentation/auth0_flutter/latest/) - documentation auto-generated from the code comments that explains all the available features
-- [Examples](EXAMPLES.md) - examples that demonstrate the different ways in which this SDK can be used
-- [FAQ](FAQ.md) - frequently asked questions about the SDK
+- [Examples](https://github.com/auth0/auth0-flutter/blob/main/EXAMPLES.md) - examples that demonstrate the different ways in which this SDK can be used
+- [FAQ](https://github.com/auth0/auth0-flutter/blob/main/FAQ.md) - frequently asked questions about the SDK
- [Docs Site](https://auth0.com/docs) - explore our Docs site and learn more about Auth0
## Getting Started
@@ -207,9 +207,9 @@ Check the [FAQ](FAQ.md) for more information about the alert box that pops up **
- [Retrieve stored credentials](EXAMPLES.md#retrieve-stored-credentials) - fetch the user's credentials from the storage, automatically renewing them if they have expired.
- [Retrieve user information](EXAMPLES.md#retrieve-user-information) - fetch the latest user information from the `/userinfo` endpoint.
-## API Reference
+## API reference
-### Web Authetication
+### Web authentication
- [login](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/WebAuthentication/login.html)
- [logout](https://pub.dev/documentation/auth0_flutter/latest/auth0_flutter/WebAuthentication/logout.html)
@@ -237,7 +237,6 @@ We appreciate feedback and contribution to this repo! Before you get started, pl
- [Auth0's general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
- [Auth0's code of conduct guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)
-- [The contribution guide](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
### Raise an issue
@@ -260,5 +259,5 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?
- This project is licensed under the Apache 2.0 license. See the LICENSE file for more info.
+ This project is licensed under the Apache 2.0 license. See the LICENSE file for more info.