You need to following deamons running
rails console
cat config/rsa-key.pub | base64 -w0 (base64 -b0 for MacOS users)
keychain:
barong:
algorithm: RS256
value: "changeme"
From the rails console you can generate an event by creating a label on a user:
Label.create!(user_id:1, key: 'phone', value: 'verified')