mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 03:27:01 +02:00
* add an auth-config adapter for jwt so that configs can be saved properly * unskip some tests and add a test for jwt config * linting
3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
import AuthConfig from './_base';
|
|
export default AuthConfig.extend();
|