Absract out openId implementation
Current openId login flow is tightly coupled with google auth flow. To add other openId support, we need to first decouple it. This commit do just that + it re-factor how openId credentials are shared, now via gitlab CI variable, which will be pushed in local.properties file on the build stage.
Loading
Please register or sign in to comment