-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom auth method and login component (for Firebase Auth) #546
Comments
Hi, it is not supported out of the box. What you have to do is:
for points 1 and 2 take a look at how If you want to style the login page in the way how AdminBro looks - take a look at @admin-bro/design-system - you can use it there, but you will have to set up an entire SSR on your own (you can take a look at https://www.youtube.com/watch?v=SLzMxdyuAIA for a reference of how to do this with parcel bundler) Leaving this task open - because we should allow changing login page in the easier way. |
Hey @wojtek-krysiak , I have just tried it a bit more. I don't think it's possible to wire Firebase Auth at the moment. As currently from The limitation of auth control is sadly stopping us from migrating to Admin Bros... |
we use it (firebase) in SoftwareBrothers with one of our clients. don't use Example: this is how your
PS: in case of problems let me know on slack - will be faster there. |
Describe the problem feature solves
Hi, thank heaps for this awesome OSS.
I am trying to implement Firebase Auth with Admin Bro ExpressJs.
Is this already a supported feature? If yes, can you please share with me some links or clues to the implementation?
Describe the solution you'd like
Ideally, I would like a landing login page with FirebaseUI component. And then on the server-side, it statelessly decodes the auth token from either cookie or JWT header.
Currently, I can see Admin Bro supports overiding components:
But it doesn't support overriding Login Page.
Describe alternatives you've considered
I am familiar with ExpressJS. It should be quite easy to implement something like
But I am not sure what is the best way to integrate with Admin Bro's existing component bundle and auth workflow.
Acceptance criteria
Thanks in advanced =D
The text was updated successfully, but these errors were encountered: