Add auth_plug to Enable Authentication
Open
enhancement
T25m
- Dominant language
- Elixir
- Stars
- 44
- Forks
- 1
- Avg merge
- 18h 25m
- Merged PRs (30d)
- 1
Description
Once the `AUTH_API_KEY` PR https://github.com/dwyl/auth/pull/43 is merged,
+ [ ] Add **`auth_plug`** to enable Auth in the Email app.
+ [ ] Display _Decrypt_ Email address to an Authenticated person with `@dwyl.com` email address.
We could add more sophisticated RBAC once it's available https://github.com/dwyl/auth/issues/31
But for now we can simply restrict access based on `conn.assigns.person.email =~ "@dwyl.com"` 👍
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.