Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Feature/upgrade-react-native-fix-vulnerabilities #9

Merged
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Hook action to sign in the user using his business email. *Requires* `email` val
const { signInWithEmail } = useCryptr();

// Signature
signInWithEmail(domain?: string, successCallback? (data: any) => any, errorCallback?: (data: any) => any)
signInWithEmail(email: string, successCallback? (data: any) => any, errorCallback?: (data: any) => any)

// Sign in for email `john@company.io`
signInWithEmail('john@company.io')
Expand Down Expand Up @@ -277,6 +277,6 @@ const { isLoading } = useCryptr()

This SDK also includes Components to simplify your integration.

- `SsoSigInButton` to login using SSO (hides when session is already active [`autoHide={false}` to disable])
- `CryptrGatewayButton` to log in either with domain or email (hides when session is already active [`autoHide={false}` to disable])
- `LogOutButton` to logout user (hides when no session is active [`autoHide={false}` to disable])
- `RefreshButton` to get new tokens (hides when session is already active [`autoHide={false}` to disable])
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cryptr_kotlinVersion=1.4.32
Cryptr_kotlinVersion=1.5.20
Cryptr_compileSdkVersion=32
Cryptr_targetSdkVersion=32
Loading