Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-m-i-t-a/exsimpleauth
A Elixir authentication app for pages
https://github.com/s-m-i-t-a/exsimpleauth
hacktoberfest
Last synced: 5 days ago
JSON representation
A Elixir authentication app for pages
- Host: GitHub
- URL: https://github.com/s-m-i-t-a/exsimpleauth
- Owner: s-m-i-t-a
- Created: 2018-01-12T09:10:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T12:31:49.000Z (about 5 years ago)
- Last Synced: 2024-10-20T10:20:26.758Z (24 days ago)
- Topics: hacktoberfest
- Language: Elixir
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exsimpleauth` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:exsimpleauth, "~> 2.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/exsimpleauth](https://hexdocs.pm/exsimpleauth).