Integrating Authentication with the WPF Application - FULL STACK WPF (.NET CORE) MVVM #14

Опубликовано: 29 Сентябрь 2024
на канале: SingletonSean
14,457
221

I setup an Authenticator class to handle authentication state for the WPF project. Then, I create a LoginViewModel and a LoginCommand. The LoginCommand uses the new Authenticator class to allow users to login. Unfortunately, I also have to setup the UI to manually call the LoginCommand with the password as the command parameter because the password property of the PasswordBox control is not bindable.

In this series, I walk through the development of a WPF application from the database layer to the UI layer.

PROPERTY CHANGED SNIPPET: https://singletonsean.s3.amazonaws.co...

SOURCE CODE: https://github.com/SingletonSean/Simp...

FULL PLAYLIST:    • Full Stack WPF MVVM