Skip to content

Commit

Permalink
Update Changelogs (#85)
Browse files Browse the repository at this point in the history
* Update Changelogs

* Update README.md
  • Loading branch information
Widcket authored May 5, 2022
1 parent da8206b commit f26704c
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md

This file was deleted.

14 changes: 12 additions & 2 deletions auth0_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-beta.0
# Change Log

* TODO: Describe initial release.
## [1.0.0-beta.0](https://github.com/auth0/Auth0.swift/tree/1.0.0-beta.0) (2022-05-05)

**Added**

- Web Auth login
- Web Auth logout
- Authenticaiton API login
- Authentication API signup
- Authentication API user profile
- Authentication API renew credentials
- Authentication API reset password
File renamed without changes.
6 changes: 3 additions & 3 deletions auth0_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ auth0_flutter:
path: path/to/auth0_flutter
```
Then run `flutter pub get`.
Then, run `flutter pub get`.

## Getting Started

Expand Down Expand Up @@ -132,7 +132,7 @@ manifestPlaceholders = [auth0Domain: "company.us.auth0.com", auth0Scheme: "${app
> 💡 If your Android app is using [product flavors](https://developer.android.com/studio/build/build-variants#product-flavors), you might need to specify different manifest placeholders for each flavor.

<details>
<summary>Skipping the Web Auth configuration</summary>
<summary>Skipping the Android Web Auth configuration</summary>

If you don't plan to use Web Auth, you will notice that the compiler will still prompt you to provide the `manifestPlaceholders` values, since the `RedirectActivity` included in this library will require them, and the Gradle tasks won't be able to run without them.

Expand Down Expand Up @@ -257,7 +257,7 @@ await auth0.webAuthentication.logout();

### SSO Alert Box (iOS)

![ios-sso-alert](assets/ios-sso-alert.png)
![ios-sso-alert](../assets/ios-sso-alert.png)

Check the [FAQ](FAQ.md) for more information about the alert box that pops up **by default** when using Web Auth on iOS.

Expand Down
14 changes: 12 additions & 2 deletions auth0_flutter_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.0.0-beta.0
# Change Log

* TODO: Describe initial release.
## [1.0.0-beta.0](https://github.com/auth0/Auth0.swift/tree/1.0.0-beta.0) (2022-05-05)

**Added**

- Web Auth login
- Web Auth logout
- Authenticaiton API login
- Authentication API signup
- Authentication API user profile
- Authentication API renew credentials
- Authentication API reset password

0 comments on commit f26704c

Please sign in to comment.