diff --git a/README.md b/README.md index a0bf4e8ed4b5605ea2504fc8801e3c51b6c94181..372515f30c1c6474c8c90a526720feb062ff7ae1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Better approach is to use Public(Certificates)/Private keys encryption scheme wh ## Workflows - If user clicks on the Vereign App directly then Vereign App opens Vereign dashboard web app in Custom Chrome Tab/IOS View Controller (cookies and local storage are shared with native Browser) -- If user uses the 3rd Party App workflow, then slightly modified IETF prosposed workflow is executed. Only Vereign App has Oauth2 secret key and it is transferred to the server using the standard IETF approach. +- If user uses the 3rd Party App workflow, then slightly modified IETF prosposed workflow is executed. Only Vereign App has Oauth2 secret key and it is transferred to the server using the standard IETF approach. Again Custom Chrome Tab/IOS View Controller is used (cookies and local storage are shared with native Browser) ## Projects used - https://github.com/openid/AppAuth-Android - We are wrapping this library with Flutter Android wrapper