mirror of
https://github.com/muety/wakapi.git
synced 2025-12-05 22:20:24 -08:00
chore: make names more consistent
This commit is contained in:
@@ -67,8 +67,8 @@ func (m *AuthenticateMiddleware) WithRedirectErrorMessage(message string) *Authe
|
||||
return m
|
||||
}
|
||||
|
||||
func (m *AuthenticateMiddleware) WithFullAccessOnly(readOnly bool) *AuthenticateMiddleware {
|
||||
m.requireFullAccessKey = readOnly
|
||||
func (m *AuthenticateMiddleware) WithFullAccessOnly(requireFullAccess bool) *AuthenticateMiddleware {
|
||||
m.requireFullAccessKey = requireFullAccess
|
||||
return m
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
meta {
|
||||
name: Authenticate (header, full access)
|
||||
name: Authenticate (header, full access key)
|
||||
type: http
|
||||
seq: 7
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
meta {
|
||||
name: Authenticate (header, readonly)
|
||||
name: Authenticate (header, readonly key)
|
||||
type: http
|
||||
seq: 8
|
||||
}
|
||||
Reference in New Issue
Block a user