An example implementation of passkey login with Elixir and Phoenix.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Shadowfacts ce4f485dbc
Add passkey support
1 month ago
assets Add passkey support 1 month ago
config Initial commit 2 months ago
lib Add passkey support 1 month ago
priv Add passkey support 1 month ago
test Initial commit 2 months ago
.formatter.exs Initial commit 2 months ago
.gitignore Initial commit 2 months ago
README.md Initial commit 2 months ago
mix.exs Add passkey support 1 month ago
mix.lock Add passkey support 1 month ago

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