Never find the documentation for multiple authentication #474
Unanswered
davidjpella
asked this question in
Help
Replies: 1 comment
-
Hi, Inertia by itself doesn't really provide any solution/approaches to authentication or any other application specific feature, as it's really only providing the single-page-app 'glue' between your (Vue/React/Svelte) views & back-end (Laravel, Ruby, etc..). If you want to create/implement either multi-factor (2FA) or multiple authentication methods (Google, Facebook, Twitter, etc..), there's nothing preventing you from doing so using any existing Vue/React/Svelte component libraries and back-end implementations that exist. Good luck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team, maybe I am missing something along the way but I find myself really hard to find the documentation for multiple authentication
Beta Was this translation helpful? Give feedback.
All reactions