Skip to content

Commit

Permalink
Merge branch 'amantinband:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhessampourhossein authored Feb 7, 2024
2 parents 6d77b27 + 5822811 commit 8c72e60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ Authorization: Bearer {{token}}

![Folder structure](assets/Clean%20Architecture%20Template.png)

You can use the [this](https://www.figma.com/community/file/1334042945934670571/clean-architecture-project-file-system) figma community file to explore or create your own folder structure respresentation.

# Authorization 🔐

This project puts an emphasis on complex authorization scenarios and supports *role-based*, *permission-based* and *policy-based* authorization.
Expand Down Expand Up @@ -483,7 +485,7 @@ private async void SendEmailNotifications(object? state)

To configure the service to send emails, make sure to update the email settings under the `appsettings.json`/`appsettings.Development.json` file:

You can use your own SMTP server or use a service like [Brevo](https://brevo.co/).
You can use your own SMTP server or use a service like [Brevo](https://brevo.com/).

### Configure Email Settings Manually

Expand Down Expand Up @@ -525,4 +527,4 @@ If you have any questions, comments, or suggestions, please open an issue or cre

# License 🪪

This project is licensed under the terms of the [MIT](https://github.com/mantinband/clean-architecture/blob/main/LICENSE) license.
This project is licensed under the terms of the [MIT](https://github.com/mantinband/clean-architecture/blob/main/LICENSE) license.

0 comments on commit 8c72e60

Please sign in to comment.