https://github.com/laurabeatris/shin-playground
🍀 UI built with Phoenix Liveview to utilize auth utilities from the shin-auth package
https://github.com/laurabeatris/shin-playground
authentication elixir openid-connect phoenix-liveview saml
Last synced: over 1 year ago
JSON representation
🍀 UI built with Phoenix Liveview to utilize auth utilities from the shin-auth package
- Host: GitHub
- URL: https://github.com/laurabeatris/shin-playground
- Owner: LauraBeatris
- Created: 2024-03-25T12:14:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T15:20:02.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:13:34.265Z (over 1 year ago)
- Topics: authentication, elixir, openid-connect, phoenix-liveview, saml
- Language: Elixir
- Homepage: https://shin.howauth.com/
- Size: 555 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shin Playground
🍀 A UI playground to utilize the auth utilities from [`shin-auth`](https://github.com/LauraBeatris/shin) package.
### Features on top of `shin-auth`
- Decode SAML responses & SAML requests
- Validate and parse OIDC provider configuration
## Development
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.