Packages

A flexible authorization library

Current section

Files

Jump to
auval_office lib auval_office.ex
Raw

lib/auval_office.ex

# Copyright (c) 2020 Sebastien Braun
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
defmodule AuvalOffice do
@moduledoc File.read!("README.md") |> String.split("<!-- MDOC -->") |> Enum.at(1)
end