1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +02:00

fix: add link in docs

This commit is contained in:
Ivar Conradi Østhus 2021-05-18 11:22:51 +02:00
parent c224786f29
commit 4c73dc66fa
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -42,7 +42,8 @@ const user = userService.loginUserWithoutPassword(
req.session.user = user;
```
[Read more about RBAC](../user_guide/rbac)
- [Read more about Securing Unleash v4](./securing_unleash)
- [Read more about RBAC](../user_guide/rbac)
### 4. Legacy v2 routes removed