question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature - provide other types of login

See original GitHub issue

It 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

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
fgatti675commented, Jan 24, 2021

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/

1reaction
fgatti675commented, Dec 2, 2020

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found