We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c97bfd commit 34971e9Copy full SHA for 34971e9
catalog-info.yaml
@@ -0,0 +1,24 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Component
3
+metadata:
4
+ name: loopback4-authentication
5
+ annotations:
6
+ github.com/project-slug: sourcefuse/loopback4-authentication
7
+ namespace: arc
8
+ description: A LoopBack 4 extension for authentication features. Oauth strategies supported.
9
+ tags:
10
+ - authentication
11
+ - saml
12
+ - passport
13
+ - keycloak
14
+ - loopback
15
+ - extension
16
+ links:
17
+ - url: https://npmjs.com/package/loopback4-authentication
18
+ title: NPM Package
19
+ - url: https://loopback.io/doc/en/lb4/Extending-LoopBack-4.html#overview
20
+ title: Extending LoopBack
21
+spec:
22
+ type: component
23
+ lifecycle: production
24
+ owner: sourcefuse
0 commit comments