Summary
- used gender label (commit: 67921bb) (details)
- adding passkey files (commit: d37f04a) (details)
- fixes (commit: 5dd9fcd) (details)
- passkey file added (commit: 8fb30cd) (details)
- passkey file added in signup and LoginScreen (commit: eb83fe8) (details)
- required msg showing (commit: 2e84cce) (details)
- passkey creation and login working (commit: 2b29774) (details)
- passkey test added (commit: ea39049) (details)
- Work in progress: add initial directory implementation skeleton (commit: 9ac6048) (details)
- Add ServerAppMain class (commit: 4617bda) (details)
- Server work in progress: saving/reading manager server options/credentials works. (commit: 55c3c2a) (details)
- small fix (commit: f7d51fc) (details)
- Add Architecture explanation. (commit: 899832f) (details)
- Update Architecture explanation. (commit: 35d5fbe) (details)
- Update Architecture explanation. (commit: 9f0f132) (details)
- Update Architecture explanation. (commit: e8ee2c3) (details)
- Move realm directory datasource into the main datasource module. (commit: 19362de) (details)
- small chnges and added other option screen (commit: abb6387) (details)
- Initial implementation of adding a realm via server command line interface. (commit: d1ffa5a) (details)
- Add basic auth to respect realm directory admin. (commit: c448cdd) (details)
- Initial implementation of adding a realm that creates a realm-specific database. (commit: 8c5a25b) (details)
- Update handling of RealmConfigEntity to set realm database path. (commit: 6c2124f) (details)
- added screens (commit: c6d4b84) (details)
- Modified test flow as per new design (commit: 1a58002) (details)
- issues fixed (commit: d58b613) (details)
- Initial implementation of server side password encryption/hashing. (commit: 5b32fc5) (details)
- Initial implementation of authentication token creation. (commit: a13c856) (details)
- Move db based implementations of account use cases to lib-shared. (commit: d726292) (details)
- Initial implementation where adding a Realm using manage server cli will have an admin user set. (commit: c5fcae7) (details)
- Work in progress architecture to make authentication tokens available via dependency injection on client. (commit: c8ca8df) (details)
- added Signupusecase (commit: 316661b) (details)
- WOrk in progress: login functionality. (commit: 8cf629b) (details)
- Login functionality work in progress (commit: dc62362) (details)
- Remove ExceptionWithStatusCode (commit: 2822e1b) (details)
- Update login screen to handle showing exception (commit: 03e78d1) (details)
- Update SetPasswordUseCase.kt to check authenticated user. (commit: ea06c09) (details)
- Initial implementation of AccountList screen. (commit: d6b92b3) (details)
- Update acknowledgement screen to navigate to app launcher if already logged in. (commit: 0f1e9bf) (details)