mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-18 13:42:41 +08:00
rename authorisation to authorization
This commit is contained in:
@@ -31,9 +31,9 @@ The user can set functions against the following.
|
||||
|
||||
* AuthenticationMiddleware - This overrides Ocelots authentication middleware.
|
||||
|
||||
* PreAuthorisationMiddleware - This allows the user to run pre authorisation logic and then call Ocelot's authorisation middleware.
|
||||
* PreAuthorizationMiddleware - This allows the user to run pre authorization logic and then call Ocelot's authorization middleware.
|
||||
|
||||
* AuthorisationMiddleware - This overrides Ocelots authorisation middleware.
|
||||
* AuthorizationMiddleware - This overrides Ocelots authorization middleware.
|
||||
|
||||
* PreQueryStringBuilderMiddleware - This allows the user to manipulate the query string on the http request before it is passed to Ocelots request creator.
|
||||
|
||||
|
Reference in New Issue
Block a user