Skip to content

BE or FE - Implement add passkey controller/route/view placeholder

Context

Create skeleton haml view & partials for the frontend

Implementation Plan

  • User passkey controller to create view templates per the UX flow
  • Add new passkey routes
  • Make sure the needed helpers are being rendered in each view
  • Add specs

Implementation Plan

  • New Route will be

https://gdk.test:3000/-/profile/passkeys/new

  • Add new controller at

app/controllers/profiles/passkeys_controller.rb

Notes

Current Routes

Password Management:

https://gdk.test:3000/-/user_settings/password/edit

Account:

https://gdk.test:3000/-/profile/account

2FA Management:

https://gdk.test:3000/-/profile/two_factor_auth

Edited by Fernando Cardenas