File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v5.3.1
1+ v5.4.0
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v5.4.0] ( https://github.com/auth0/react-native-auth0/tree/v5.4.0 ) (2026-01-21)
4+
5+ [ Full Changelog] ( https://github.com/auth0/react-native-auth0/compare/v5.3.1...v5.4.0 )
6+
7+ ** Added**
8+
9+ - feat: Add Custom Token Exchange support [ \# 1433] ( https://github.com/auth0/react-native-auth0/pull/1433 ) ([ subhankarmaiti] ( https://github.com/subhankarmaiti ) )
10+ - docs: add troubleshooting guide for social login callback URL issues [ \# 1435] ( https://github.com/auth0/react-native-auth0/pull/1435 ) ([ subhankarmaiti] ( https://github.com/subhankarmaiti ) )
11+ - feat: Add maxRetries configuration for credential renewal (iOS) [ \# 1432] ( https://github.com/auth0/react-native-auth0/pull/1432 ) ([ subhankarmaiti] ( https://github.com/subhankarmaiti ) )
12+
313## [ v5.3.1] ( https://github.com/auth0/react-native-auth0/tree/v5.3.1 ) (2025-12-23)
414
515[ Full Changelog] ( https://github.com/auth0/react-native-auth0/compare/v5.3.0...v5.3.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-auth0" ,
33 "title" : " React Native Auth0" ,
4- "version" : " 5.3.1 " ,
4+ "version" : " 5.4.0 " ,
55 "description" : " React Native toolkit for Auth0 API" ,
66 "main" : " lib/commonjs/index.js" ,
77 "module" : " lib/module/index.js" ,
Original file line number Diff line number Diff line change 11export const telemetry = {
22 name : 'react-native-auth0' ,
3- version : '5.3.1 ' ,
3+ version : '5.4.0 ' ,
44} ;
55
66export type Telemetry = {
You can’t perform that action at this time.
0 commit comments