diff --git a/README.md b/README.md index 07f41ae5..519788cc 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..7892aaf1 --- /dev/null +++ b/catalog-info.yaml @@ -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