mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 03:17:00 +08:00
feat: refactor authentication handling to use new ApiAuthModel and update related components
This commit is contained in:
@@ -13,12 +13,11 @@ enum APIAuthType {
|
||||
none,
|
||||
basic,
|
||||
apiKey,
|
||||
bearerToken,
|
||||
jwtBearer,
|
||||
bearer,
|
||||
jwt,
|
||||
digest,
|
||||
oauth1,
|
||||
oauth2,
|
||||
}
|
||||
|
||||
|
||||
enum EnvironmentVariableType { variable, secret }
|
||||
|
||||
Reference in New Issue
Block a user