Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xlaez/sso

Working on a SSO server. If you are following this project, I am heavily engaged and would be pushing code relatively slower than the average coder!
https://github.com/xlaez/sso

Last synced: about 8 hours ago
JSON representation

Working on a SSO server. If you are following this project, I am heavily engaged and would be pushing code relatively slower than the average coder!

Awesome Lists containing this project

README

        

# Dolph SSO

An SSO server for single-sign-on built with Elixir's Phoenix library, Guardian and JWT.

## Requirements

* Postgres SQL
* Elixir
* Phoenix
* Any IDE of choice
* Docker (not necessary but recommended)

## Start

- Update the details of the postgres database in the `dev.exs` file found in the `/config` directory.
- Start you postgres database (docker recommended!)
- **RUN** `mix deps.get` to install dependencies
- **RUN** `mix ecto.create` then `mix ecto.migrate` to run migrations
- **RUN** `mix phx.server` to start your Phoenix server on port **8080**

``Im tired !! (wamted to add an emoji but forgot too)``