Skip to content

Commit 20aa504

Browse files
committed
update Lint comments
1 parent 6585e33 commit 20aa504

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/blog/2022/01/26/apisix-integrate-forward-auth-plugin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Forward Auth cleverly moves the authentication and authorization logic to a dedi
2828

2929
![Plugin priciple](https://static.apiseven.com/202108/1643096414141-ccbc33c0-7899-445a-a2f8-b6d5341c44df.jpg)
3030

31-
3231
The principle and flow of the `forward-auth plugin` in Apache APISIX is shown in the figure above and is summarized in the following steps.
3332

3433
- Step 1: A request is made by the client to APISIX
@@ -92,7 +91,7 @@ Location: https://example.com/auth
9291

9392
### Addendum: Disable the plugin
9493

95-
If you have finished using the Forward Auth plug-in, simply remove the `forward-auth` plug-in configuration from the route configuration and save it to turn off the Forward Auth plug-in on the route.
94+
If you have finished using the Forward Auth plug-in, simply remove the `forward-auth` plug-in configuration from the route configuration and save it to turn off the Forward Auth plug-in on the route.
9695

9796
Thanks to the dynamic nature of Apache APISIX, there is no need to restart Apache APISIX to turn the plug-in on and off.
9897

0 commit comments

Comments
 (0)