Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.4.0
v4.5.0
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v4.5.0](https://github.com/auth0/react-native-auth0/tree/v4.5.0) (2025-04-17)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.4.0...v4.5.0)

**Added**

- Update dependencies and enhance webAuth methods to support HTTPS [\#1125](https://github.com/auth0/react-native-auth0/pull/1125) ([subhankarmaiti](https://github.com/subhankarmaiti))
- feat: add optional timeout prop to Auth0Provider for authentication requests [\#1124](https://github.com/auth0/react-native-auth0/pull/1124) ([subhankarmaiti](https://github.com/subhankarmaiti))
- Updated Readme recommending App links [\#1094](https://github.com/auth0/react-native-auth0/pull/1094) ([pmathew92](https://github.com/pmathew92))
- Added deviceCredentialFallback default value [\#1098](https://github.com/auth0/react-native-auth0/pull/1098) ([subhankarmaiti](https://github.com/subhankarmaiti))

## [v4.4.0](https://github.com/auth0/react-native-auth0/tree/v4.4.0) (2025-02-19)

[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v4.3.0...v4.4.0)
Expand Down
1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

662 changes: 662 additions & 0 deletions docs/README.md

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions docs/Types/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[**react-native-auth0**](../README.md)

---

[react-native-auth0](../globals.md) / Types

# Types

## Classes

- [Auth](classes/Auth.md)
- [BaseError](classes/BaseError.md)
- [CredentialsManager](classes/CredentialsManager.md)
- [Users](classes/Users.md)
- [WebAuth](classes/WebAuth.md)

## Interfaces

- [Auth0ContextInterface](interfaces/Auth0ContextInterface.md)
- [AuthState](interfaces/AuthState.md)

## Type Aliases

- [Auth0Response](type-aliases/Auth0Response.md)
- [Telemetry](type-aliases/Telemetry.md)
Loading
Loading