Releases: rsm-hcd/AndcultureCode.DotnetReact.Boilerplate
v1.5.1
v1.5.1 Release
Release notes
Maintenance release to bump AndcultureCode JS packages
Known issues
#62 Upgrade to latest AndcultureCode JS Core, React packages
Contributors
v1.5.0 - Use SqlConnectionStringBuilder
v1.5.0 Release
Release Notes
Updated testing fixture and base testing class, as well as related extension methods, to use SqlConnectionStringBuilder
to generate and manipulate connection strings, instead of requiring that connection strings be defined as objects in appsettings.json
for testing projects. Additionally, added a base class for flattened migrations.
Contributors
v1.3.0 - OAuth Support
v1.3.0 Release
Release notes
Added OAuth support with initial providers of Microsoft Accounts and Google. Addition of facebook, twitter and other providers should be a matter of minutes from this point (mostly configuring accounts).
Notable features:
#40 OAuth Support - Microsoft & Google
Contributors
v1.2.0 - Connect client-side to authentication API
v1.2.0 Release
Release notes
Wired up frontend login form to API, refactoring and abstracting up as I go.
Notable features:
#39 Wire up frontend sign-in to API
Contributors
v1.1.0 - Cookie Authentication
v1.1.0 Release
Release notes
- Configured cookie authentication in dotnet boilerplate.
- Provide userlogin controller to provide way to authenticate via API
- Configure base-line data seeding strategy for user account
Notable features:
#35 Cookie Authentication