Update axios requests to nativeHttp, add openid connect auth button

This commit is contained in:
advplyr
2023-09-25 17:30:39 -05:00
parent 00bed39733
commit 46f558d6e0
14 changed files with 128 additions and 14 deletions
+17 -2
View File
@@ -6,8 +6,9 @@
"packages": {
"": {
"name": "audiobookshelf-app",
"version": "0.9.65-beta",
"version": "0.9.66-beta",
"dependencies": {
"@byteowls/capacitor-oauth2": "^5.0.0",
"@capacitor/android": "^5.0.0",
"@capacitor/app": "^5.0.0",
"@capacitor/clipboard": "^5.0.0",
@@ -1938,6 +1939,14 @@
"node": ">=6.9.0"
}
},
"node_modules/@byteowls/capacitor-oauth2": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@byteowls/capacitor-oauth2/-/capacitor-oauth2-5.0.0.tgz",
"integrity": "sha512-yW50GypmyPJcH/95NwR2jJcgT78vBN3FYKL2w6A3vrT04bRLQyw2K0fLqfj8Zws6DJy43Ck1wPs0Bcdvbsub7A==",
"peerDependencies": {
"@capacitor/core": ">=5"
}
},
"node_modules/@capacitor/android": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-5.4.0.tgz",
@@ -21069,6 +21078,12 @@
"to-fast-properties": "^2.0.0"
}
},
"@byteowls/capacitor-oauth2": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@byteowls/capacitor-oauth2/-/capacitor-oauth2-5.0.0.tgz",
"integrity": "sha512-yW50GypmyPJcH/95NwR2jJcgT78vBN3FYKL2w6A3vrT04bRLQyw2K0fLqfj8Zws6DJy43Ck1wPs0Bcdvbsub7A==",
"requires": {}
},
"@capacitor/android": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-5.4.0.tgz",
@@ -34068,4 +34083,4 @@
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
}
}
}
}