Hey there,
I’m using Auth0 Lock widget for Swift, although I do have a couple of questions I’m struggling to find answers for in the docs. Here’s the current state of my view:
As you can see, the requirement is that I don’t use login/password authentication. My application can be reached out only via social media service providers, in this case Facebook, Linkedin and Google.
There are couple of issues I’d like address when it comes to customisation of the screen:
- Can I somehow move the login buttons to the bottoms, so these are not placed directly below the header? I know it’s possible when DB authentication is turned on, but I feel like I can’t find a way to make it work without it.
- Can I remove the header completely, or, at least make it fully transparent?
- Can I somehow influence how the Lock widget is presented, more specifically the modal view transition? Changing the property
.modalTransitionStyle
on Lock’s instancecontroller
property doesn’t seem to help a lot. - Can I somehow influence the appearance of Social Media buttons by changing their fonts?