refactor: create a generic auth cookie provider

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-03-12 13:56:35 +01:00
parent 8a74a14754
commit 81793abc0c
14 changed files with 346 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);