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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Mailauth
2
2
3
-
Mailauth is a Mailbox Manager which securily enables you too select between your Mailboxes and authenticate with your Mailserver, like [mailcow](https://github.com/mailcow/mailcow-dockerized)
3
+
Mailauth is a Mailbox Manager which enables you too select between your Mailboxes and authenticate with your Mailserver, like [mailcow](https://github.com/mailcow/mailcow-dockerized)
4
4
5
5
## Getting Started
6
6
@@ -58,7 +58,7 @@ volumes:
58
58
### Setup
59
59
60
60
Mailauth _currently_ works by modifying the `email` claim during Token Exchange and Userinfo,
61
-
this means that you **will have to** use a IdP (take a look at [authentik](https://goauthentik.io)).
61
+
this means that you **will have to** use a IdP (like [authentik](https://goauthentik.io)).
62
62
63
63
Create a `.env` file inside of you `docker-compose.yaml` directory and copy the template below
64
64
@@ -139,7 +139,7 @@ db.createUser({
139
139
140
140
### Reverse Proxy
141
141
142
-
When working with Oauth and Auth in general it is recommended to use secure connections,
142
+
When working with Oauth2 and Auth in general it is recommended to be sure to use secure connections,
143
143
here you will see a Reverse Proxy implementation with traefik:
0 commit comments