-
Notifications
You must be signed in to change notification settings - Fork 10
Authentication
domai-tb edited this page Mar 29, 2026
·
2 revisions
This page provides a short overview of authentication flows currently used in the app.
The semesterticket flow uses the user provided RUB credentials (loginId, password).
- Credentials are read from secure storage.
- A headless webview performs the login flow.
- Ticket information (Aztec code and metadata) is extracted and stored securely.
Main implementation:
lib/pages/wallet/ticket/ticket_datasource.dartlib/pages/wallet/ticket/ticket_repository.dart