Application Auth

To add personalization, we need to authenticate your users in some manner. The standard way we do this is through Signed JWTs jwt.io that allow us to verify the users have already successfully logged into your app. You must configure at least one authentication type.

New Authentication Screenshot