formioToken
localStorage variable like the following shows.JWT_SECRET
of that deployment to a secret only you know. Please see Docker Deployments for more information.formioToken
, this will be used for all communication to the Form.io API platform and authenticate as the Roles provided in the token!000000000000000000000000
which is a MongoID of all 0's. This role is special because it is not an actual role within the MongoDB database, but can be used within configurations within the permission settings to say "Everyone has this permission". Many people assume that this special role is the same thing as Anonymous, but actually they are different. Anonymous roles are granted to any user who does not have ANY x-jwt-token
, whereas the Everyone role is granted to everyone regardless if they have a JWT token or not. This is helpful for example if you wish to allow Anonymous and Authenticated users the ability to view a form, you would use Everyone instead of Anonymous.123456789012345678901234
then the following JSON would represent this configuration within a form.