diff --git a/README.md b/README.md index 83118ed..f34f6f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ - +
+ OpenID Connect Logo +
# oidcc +OpenID Connect client library for Erlang. + [![EEF Security WG project](https://img.shields.io/badge/EEF-Security-black)](https://github.com/erlef/security-wg) [![Main Branch](https://github.com/erlef/oidcc/actions/workflows/branch_main.yml/badge.svg?branch=main)](https://github.com/erlef/oidcc/actions/workflows/branch_main.yml) [![Module Version](https://img.shields.io/hexpm/v/oidcc.svg)](https://hex.pm/packages/oidcc) @@ -10,27 +19,65 @@ [![Last Updated](https://img.shields.io/github/last-commit/erlef/oidcc.svg)](https://github.com/erlef/oidcc/commits/master) [![Coverage Status](https://coveralls.io/repos/github/erlef/oidcc/badge.svg?branch=main)](https://coveralls.io/github/erlef/oidcc?branch=main) -OpenID Connect client library for Erlang. +
- - - - Erlang Ecosystem Foundation Logo + + + + Erlang Ecosystem Foundation Logo The refactoring for `v3` and the certification is funded as an [Erlang Ecosystem Foundation](https://erlef.org/) stipend entered by the [Security Working Group](https://erlef.org/wg/security). +
+ ## Setup ### Erlang diff --git a/assets/certified-dark.svg b/assets/certified-dark.svg new file mode 100644 index 0000000..e633883 --- /dev/null +++ b/assets/certified-dark.svg @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file diff --git a/assets/certified.svg b/assets/certified-light.svg similarity index 100% rename from assets/certified.svg rename to assets/certified-light.svg diff --git a/mix.exs b/mix.exs index e53b96b..79b2e1f 100644 --- a/mix.exs +++ b/mix.exs @@ -68,7 +68,7 @@ defmodule Oidcc.Mixfile do [ source_ref: ref, - main: "Oidcc", + main: "readme", extras: ["README.md"], groups_for_modules: [Erlang: [~r/oidcc/], "Elixir": [~r/Oidcc/]], logo: "assets/logo.svg"