react-native-msal2 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
# react-native-msal2
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[](https://www.npmjs.com/package/react-native-msal2)
|
|
5
|
+
[](https://www.npmjs.com/package/react-native-msal2)
|
|
7
6
|
[](https://github.com/semantic-release/semantic-release)
|
|
8
7
|
|
|
9
8
|
MSAL React Native wrapper for iOS and Android
|
|
@@ -17,8 +16,8 @@ npm i react-native-msal2
|
|
|
17
16
|
## Usage
|
|
18
17
|
|
|
19
18
|
```typescript
|
|
20
|
-
import PublicClientApplication from 'react-native-
|
|
21
|
-
import type { MSALConfiguration /*, etc */ } from 'react-native-
|
|
19
|
+
import PublicClientApplication from 'react-native-msal2';
|
|
20
|
+
import type { MSALConfiguration /*, etc */ } from 'react-native-msal2';
|
|
22
21
|
|
|
23
22
|
const config: MSALConfiguration = {
|
|
24
23
|
auth: {
|