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.
- go to https://www.vouchrsdk.com/dashboard/applications/auth
- create a unique network id used to identify your login properties
- set your network type to “JWT”
- configure your JWT properties, for more information see: Authentication / JWT Documentation