Feature - provide other types of login
See original GitHub issueIt would be awesome to be able to provide other type of login such as email / password.
We can see the use of AuthContext
and I am not sure I can “simply” override it in my index.tsx. Nevertheless, it would be nice to have common login providers configured / ready out of the box.
https://github.com/Camberi/firecms/blob/master/src/CMSApp.tsx#L221
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Use these 6 user authentication types to secure networks
1. Password-based authentication ... Also known as knowledge-based authentication, password-based authentication relies on a username and password or PIN. The ...
Read more >5 Features Your Login System Must Have
"Remember Me" Cookie Option · Easy-To-Find Login Link / Box · Login Interrupter Redirect · "Forgot Your Password?" Functionality · Non-Javascript ...
Read more >User Authentication Methods & Technologies to Prevent Breach
5 Common Authentication Types · 1. Password-based authentication. Passwords are the most common methods of authentication. · 2. Multi-factor authentication. Multi ...
Read more >Different types Of Authentication methods & Technologies for ...
Single Sign-On is a subset of basic username-password-based Authentication. Going with SSO authentication will provide advanced security and ...
Read more >How Does Single Sign-On (SSO) Work? | OneLogin
SSO works based upon a trust relationship set up between an application, known as the service provider, and an identity provider, like OneLogin....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi everyone! I have merged and adapted the PR by @faizaand into a branch you can checkout here: https://github.com/Camberi/firecms/tree/firebase-ui Now we expose the sign in options in the CMSApp entry point so you can choose the ones you need, as specified by FirebaseUI. It is not my favourite solution, since I would rather implement it myself, and may still do it in the future, but this is providing a lot of flexibility right now. Feel free to check it out and tell me what you think, I will probably do some more testing and release on npm soon. Currently the deployed version of the demo is including this update, so you can check it at: https://firecms-demo-27150.web.app/
Hi @fabarea, this is something we totally have in mind already. We will need some extra time to develop it since this implies not only creating login with user/password but also registration.
Allowing overriding the auth logic is also a good alternative and we will give it some thought 😃