Releases: open-chat-labs/ic-sign-in-with-email
Releases · open-chat-labs/ic-sign-in-with-email
v0.13.0
Changed
- Bump Rust to 1.80.0 (#50)
- Bump CDK, DFX and PocketIC to latest versions (#51)
v0.12.0
Fixed
- Fix code check not being performed in all scenarios (#48)
v0.11.0
Changed
- Simplify magic link generation + include email in signature (#45)
v0.10.0
Changed
- Introduce a 3-digit code to magic link (#42)
v0.9.0
Changelog
Added
- Add an explicit endpoint for handling magic links (#33)
- Add
test_utils::generate_magic_link
to simplify tests (#38)
Changed
- Remove dependency on
dfx-core
(#37)
Fixed
- Fix template updater lambda function (#36)
v0.7.0
Changelog
Changed
- Exit early if Docker build fails (#31)
v0.6.0
Changelog
Added
- Add
email_sender_config
query endpoint (#28)
- Display outcome after clicking on magic link (#29)
v0.5.0
Changelog
Added
- Add
canister_upgrader
to simplify upgrading the canister (#23)
- Add AWS Lambda gateway function to support IPv6 (#24)
Changed
- Start collecting basic stats per account (#10)
- Pass up session key when generating verification code (#12)
- Allow specifying the RNG salt for tests (#14)
- Use magic links rather than verification codes (#13)
- Keep track of active magic links (#16)
- Include
identity_canister_id
when pushing magic links (#19)
- Move
EmailSenderConfig
into api
package so that it is public (#22)
- Bump Rust version to 1.78.0 (#25)
- Transform HTTP response to only return the status code (#26)
v0.4.0
Changelog
Changed
- Avoid storing any email addresses (#6)
- Return
blocked_duration
rather than blocked_until
(#7)
Fixed
- Remove verification code after successful attempt (#8)
v0.3.0
Changelog
Changed
- Introduce
ValidatedEmail
type to force validation in all cases (#3)
- Mark codes with any failed attempts as failed when removed (#4)