AgaKhanFoundation / WCF-iOS

iOS frontend
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Login: correct login flow for new user registration #424

Closed compnerd closed 2 years ago

compnerd commented 2 years ago

The getParticipant end point will not create the user in the case that the user does not already exist and returns an error if the user has not been created. If we fail to get the participant, we should create users explicitly. Adjust the login behaviour to match this expectation.