Skip to content

Commit

Permalink
Add catalog-info.yaml for Backstage and Readme badges (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 authored Mar 1, 2022
1 parent 6e342fe commit af91593
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# prima_auth0_ex

[![Module Version](https://img.shields.io/hexpm/v/prima_auth0_ex.svg)](https://hex.pm/packages/prima_auth0_ex)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/prima_auth0_ex/)
[![Total Download](https://img.shields.io/hexpm/dt/prima_auth0_ex.svg)](https://hex.pm/packages/prima_auth0_ex)
[![License](https://img.shields.io/hexpm/l/prima_auth0_ex.svg)](https://github.com/primait/auth0_ex/blob/master/LICENSE.md)
[![Last Updated](https://img.shields.io/github/last-commit/primait/auth0_ex.svg)](https://github.com/primait/auth0_ex/commits/master)

An easy to use library to authenticate machine-to-machine communications through Auth0.

Supports both retrieval of JWTs and their verification and validation.
Expand Down
20 changes: 20 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: backstage.io/v1alpha1
kind: Component
spec:
type: library
lifecycle: production
owner: team-shared-services
system: prima.it
metadata:
name: prima_auth0_ex
description: an easy to use library to authenticate machine-to-machine communications through Auth0
tags:
- elixir
links:
- url: https://hex.pm/packages/prima_auth0_ex
icon: link
title: Hex.pm

- url: https://hexdocs.pm/prima_auth0_ex
icon: link
title: official documentation

0 comments on commit af91593

Please sign in to comment.