Overview
Use Para to create a custom authentication UI
If youβre looking to have a more unified experience with your own UI, the Para SDKs allow you to directly call methods allowing you to create your own custom UI. This is an advanced scenario where you will be responsible for the UI and UX of your application.
Creating a Custom UI is not the recommended path for most applications. We recommend you use the ParaModal
as it
managed all of the UI and UX for you, as well as being fully brandable.
Authentication Options
Para provides several authentication methods that you can implement with your custom UI:
When creating a custom-ui you will need to handle the full authentication flow, including error handling and user feedback. The Para SDKs provide methods to help you manage these flows, but you will need to implement the UI components yourself.