An example implementation of passkey login with Elixir and Phoenix.
Go to file
Shadowfacts ce4f485dbc Add passkey support 2023-10-18 21:21:34 -04:00
assets Add passkey support 2023-10-18 21:21:34 -04:00
config Initial commit 2023-10-11 23:03:10 -04:00
lib Add passkey support 2023-10-18 21:21:34 -04:00
priv Add passkey support 2023-10-18 21:21:34 -04:00
test Initial commit 2023-10-11 23:03:10 -04:00
.formatter.exs Initial commit 2023-10-11 23:03:10 -04:00
.gitignore Initial commit 2023-10-11 23:03:10 -04:00
README.md Initial commit 2023-10-11 23:03:10 -04:00
mix.exs Add passkey support 2023-10-18 21:21:34 -04:00
mix.lock Add passkey support 2023-10-18 21:21:34 -04:00

README.md

PhoenixPasskeys

To start your Phoenix server:

  • 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 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more