Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/topics/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ This is especially important as in the future it will make it possible to implem
To understand the authorization process and how sessions are created, refer to the [authorization and sessions](./authorization.md) section.


[`register.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/register.rego
[`email.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/email.rego
[`password.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/password.rego
[`client_registration.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/client_registration.rego
[`authorization_grant.rego`]: https://github.com/matrix-org/matrix-authentication-service/blob/main/policies/authorization_grant.rego
[`register.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/register.rego
[`email.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/email.rego
[`password.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/password.rego
[`client_registration.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/client_registration.rego
[`authorization_grant.rego`]: https://github.com/element-hq/matrix-authentication-service/blob/main/policies/authorization_grant.rego
Loading