You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display Decrypt Email address to an Authenticated person with @dwyl.com email address.
We could add more sophisticated RBAC once it's available dwyl/auth#31
But for now we can simply restrict access based on conn.assigns.person.email =~ "@dwyl.com" 👍
The text was updated successfully, but these errors were encountered:
Once the
AUTH_API_KEY
PR dwyl/auth#43 is merged,auth_plug
to enable Auth in the Email app.@dwyl.com
email address.We could add more sophisticated RBAC once it's available dwyl/auth#31
But for now we can simply restrict access based on
conn.assigns.person.email =~ "@dwyl.com"
👍The text was updated successfully, but these errors were encountered: