Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: enhance IAM usage with actions (#256)
* refactor: cleanup * chore: update app dependencies * refactor(register): add refine step for password validation * feat: add utility for handling query params * refactor(ory): use native flows (wip) - add `confirmation` screen for starting verification manually * fix: remove return * refactor: enhance error handling * fix: remove `console.log` * chore: update app dependencies * refactor: turn static class method into function * refactor: validate luhn on schema * fix: provide language to recaptcha * refactor(identification): enhance error handling (wip) * fix: emotion undefined styles * fix: add action base response * chore: remove empty spaces * refactor: expand captured error scope * refactor: expand captured error scope * fix: execution order * fix: typo * style: limit snack size * refactor: remove impossible case * refactor: localize error messages * refactor: remove unused vars * fix: handle luhn valid incorrect `cedulas` * refactor: improve action state types * refactor: use secure cookies in production only - setting secure cookies in safari from a non https connection fails * fix: acces to undefined (safari) * refactor: do not try reduce falsy values * fix: error on landscape orientation on mobile * chore: update app dependencies * feat: reset liveness after 5 minutes of initialized its component * chore: update app dependencies * chore: update app dependencies * chore: update app dependencies * feat(css, ux): improve responsiveness and adjust modal app bar position - Updated `.liveness_container` to be more responsive with a max-width of 700px, padding adjustments, and additional media query for smaller screen heights. - Changed `AppBar` position in `LivenessModal` from `absolute` to `relative` for better layout control. * refactor: make liveness timeout configurable * fix: provide default empty flow * fix: require registered unverified accounts to resend a code to activate account * chore: update app dependencies * refactor: enhance sentry exchange * bump: version `v1.5.0` * chore: update app dependencies * style(liveness): fix positioning Co-authored-by: José Eduardo Álvarez Lerebours <[email protected]> * feat(register): add flow parameter to registration process state * style(global): convert liveness mobile margin from `px` to `rem` Co-authored-by: José Eduardo Álvarez Lerebours <[email protected]> * fix: use correct link and name for `Soy Yo RD` * feat: enable `Soy yo RD` link * chore: update app dependencies * chore: update app dependencies * chore: update `postcss` * feat: make input immutable * ci: add variables to example * fix: send activation code if logged from an inactive account - this is typically hadled by `iam` but jutst in case * chore: update app dependencies * chore: update app dependencies --------- Co-authored-by: je1999 <[email protected]> Co-authored-by: José Eduardo Álvarez Lerebours <[email protected]>
- Loading branch information