2.0.0-beta6
Pre-release
Pre-release
What's Changed
- Validate versions on CI by @Tyrrrz in #70
- Implement tests by @Tyrrrz in #67
- Send SDK version in headers by @Tyrrrz in #68
- Add more tests by @Tyrrrz in #71
- Make
VerifyTokenAsync(...)
never returnnull
by @Tyrrrz in #72 - Simplify readme by @Tyrrrz in #73
- Upgrade to .NET 8 by @Tyrrrz in #74
- Use SQLite instead of MSSQL in tests by @Tyrrrz in #76
- Use the
stable
build ofpasswordless-server
in tests by @Tyrrrz in #77 - Make GH NuGet deployments repo-agnostic by @Tyrrrz in #78
- Remove
<Version>
andbump.yml
by @Tyrrrz in #80 - Add a more convenient overload of
AddPasswordlessSdk
by @Tyrrrz in #81 - Update NuGet packages by @Tyrrrz in #82
- Add integration tests for
Passwordless.AspNetCore
by @Tyrrrz in #83 - Route Passwordless API errors in
PasswordlessService
by @Tyrrrz in #84 - Add Codecov by @Tyrrrz in #85
- Configure Renovate by @renovate in #79
- Update tyrrrz/action-http-request action to v1.1.2 by @renovate in #90
- Add
v
for renovate by @Tyrrrz in #92 - Update actions/checkout action to v4 by @renovate in #91
- Update actions/setup-dotnet action to v3.2.0 by @renovate in #88
- Disable codecov checks by @Tyrrrz in #93
- Add support for the
POST /signin/generate-token
endpoint to generate a valid signin token by @Tyrrrz in #75 - Update actions/setup-dotnet action to v4 by @renovate in #94
- PAS290: Fix bug related to API Key Management by @jonashendrickx in #97
- Update references due to org move by @Tyrrrz in #86
- Add GetEventLogAsync by @jrmccannon in #98
- adding-events-endpoint by @jrmccannon in #99
- Update renovate.json by @Tyrrrz in #101
- Standardize on a common terminology by @Tyrrrz in #100
- Add logout page to ASP.NET example by @jrmccannon in #102
- Simplify tests by @Tyrrrz in #103
- Modernize codebase to use latest language features by @Tyrrrz in #107
- Move more model classes to records by @Tyrrrz in #108
- [deps]: Update nuget minor by @renovate in #106
- Fix pin reference for HTTP request action by @Tyrrrz in #109
- Adding Account Recovery Example by @jrmccannon in #105
- Update
upload-artifact
anddownload-artifact
by @Tyrrrz in #110 - Skip coverage reporting for
Passwordless.Tests.Infra
by @Tyrrrz in #113
New Contributors
Full Changelog: 2.0.0-beta5...2.0.0-beta6