Update README: improve structure, add missing details#61
Merged
Conversation
✅ Deploy Preview for criipto-verify-react-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
nmoskaleva
force-pushed
the
update-readme
branch
from
July 10, 2026 15:34
4002ebd to
4061423
Compare
mickhansen
reviewed
Jul 13, 2026
| The SDK uses the [PKCE flow](https://docs.idura.app/verify/reference/authorization-flows/pkce/) suitable for public clients. | ||
|
|
||
| `@criipto/verify-react` supports app switching for Swedish BankID and Danish MitID by a best-effort mobile-os detection and setting the relevant Criipto Verify login hints. | ||
| It supports app switching for Swedish BankID and Danish MitID out of the box. The SDK detects the mobile OS on a best-effort basis and sets the matching login hints. For details and optional tuning, see the [App switching guide](https://docs.idura.app/verify/guides/appswitch/). |
Collaborator
There was a problem hiding this comment.
it no longer supports Danish MitID appswitching actually, I think :D
Collaborator
There was a problem hiding this comment.
We should remove the appswitch section entirely.
Collaborator
Author
There was a problem hiding this comment.
Oh ok! Also Swedish BankID is not supported @mickhansen? I'll remove.
Collaborator
There was a problem hiding this comment.
@nmoskaleva It is, but it won't be in the future
mickhansen
approved these changes
Jul 13, 2026
- Update intro (eIDs, PKCE). - Add a Prerequisites section linking to dashboard setup guide. - Update all references from Criipto to Idura, add a short section about the rebrand, mention `@criipto/verify-react` is the correct package name. - Move the `useCriiptoVerify` hook to its own section. - Add a section on `acrValues` which was missing: how to set the eID methods in code, and how to send a user straight to one eID.
nmoskaleva
force-pushed
the
update-readme
branch
from
July 13, 2026 08:03
8636713 to
ef813f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
@criipto/verify-reactis the correct package name.useCriiptoVerifyhook to its own section.acrValueswhich was missing: how to set the eID methods in code, and how to send a user straight to one eID.