Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/xlaez/sso
- Owner: Xlaez
- Created: 2024-03-12T16:27:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T18:24:54.000Z (8 months ago)
- Last Synced: 2024-04-24T06:26:52.356Z (7 months ago)
- Language: Elixir
- Homepage:
- Size: 266 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)``