Skip to content

Commit 936f5a7

Browse files
Update README.md
1 parent 776e2e1 commit 936f5a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mailauth
22

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)
44

55
## Getting Started
66

@@ -58,7 +58,7 @@ volumes:
5858
### Setup
5959
6060
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)).
6262

6363
Create a `.env` file inside of you `docker-compose.yaml` directory and copy the template below
6464

@@ -139,7 +139,7 @@ db.createUser({
139139

140140
### Reverse Proxy
141141

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,
143143
here you will see a Reverse Proxy implementation with traefik:
144144

145145
```yaml

0 commit comments

Comments
 (0)