How is everyone managing user authentication for their platform?
1–10 of 20 posts
Re: How is everyone managing user authentication for their platform?
#2Re: How is everyone managing user authentication for their platform?
#3For average usage, mobile based auth is ok - although in that case you are relying on the security infrastructure of telecom operator, which in many country is not that good - e.g. identity theft to hijack someone mobile number is quite common.
Re: How is everyone managing user authentication for their platform?
#4"it really depends!!" on the level of security required for the data/actions that seat behind the authentication - for e.g. for Banking and Financial services - a 2factor auth is a must. For average usage, mobile based auth is ok - although in that case you are relying on the security infrastructure of telecom operator, which in many country is not that good - e.g. identity theft to hijack someone mobile number is qu…
Re: How is everyone managing user authentication for their platform?
#5Business - SSO via Oauth2, with Azure AD as a ready to use integration
Developers - SSO via Oauth2, with prepared integrations for Github, Gitlab, Keycloak, Okta, or Google.
Personal banking or services where a tie to your real identity is an absolute must - SSO through your national id provider.
Personal sites with less stringent security - SSO with Google or Apple. Here you may also roll your own identity with user+pass+2fa. I guess this is the category you are interested in based on your suggestion. This is also the category with most variety in the field, for example some sites allow email login and recently passcodes are getting popular here.
Re: How is everyone managing user authentication for their platform?
#6Re: How is everyone managing user authentication for their platform?
#7Re: How is everyone managing user authentication for their platform?
#8Re: How is everyone managing user authentication for their platform?
#9Re: How is everyone managing user authentication for their platform?
#10My firm doesn’t offer SMS to clients unless they explicitly ask for it now.