AshAuthentication. BankID. SignInChange
(ash_authentication_bankid v0.1.3)
View Source
Ash Resource Change that handles the BankID sign-in process.
This change is applied to the sign-in create action and:
- Retrieves and validates the BankID order
- Extracts user information from the completed order
- Sets user attributes from BankID data
- Generates a JWT token after successful transaction
This follows the exact pattern from AshAuthentication.Strategy.MagicLink.SignInChange.