-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feature] Sign up/Sign in (SSO Authentication) #24
Comments
Oh, and any Open for suggestions though! |
https://supabase.com might be a fantastic solution! |
Supabase is a great alternative to firebase but it's actually PostgREST (postgres + rest api), it's really different. |
thanks for feedback, is it technically challenging to integrate or you're proposing simply something more lightweight? Also, is it supporting Apple's SSO? Potentially, our iOS app would have the same mechanism as well. Hence, would make sense to have the same database with Apple's SSO for our iOS app users. PS. Pocketbase has been starred already, and if someone from community will want to try it out - no problem for me. |
They are just different tools, both support SSO I think. I'm more familiar myself with Supabase, I guess your choice should depend on what you want to achieve with this project.
They both have their pros and cons. Both are lightweight, open-source, easily deployable on managed cloud solutions with a free tier or on-prem... both don't have any vendor lock-in also. These 2 solutions are pretty much full blown databases. |
Thanks for the feedback. Whoever will pick up this feature: please drop a comment here what's your preference & most likely it'll be merged. I have no opinion about which solution to choose, especially from those 2 open source: supabase vs pocketbase. If you want to try one of those, just drop a comment & I'll merge it. |
I'm only slightly afraid for picking up Additionally, I'm missing there monitoring & alerting functionalities. |
Keep track what has been selected for Monitoring & Alerting in Ditectrev/CloudMaster-Swift#35, if something vendor-agnostic like |
When user will be signed in then remove ads coming in #38, or limit it. |
Users should be able to use the platform for the first 15 minutes without any interruptions, but if they spend more time, they should be required to sign up/sign in.
Given that most of the application is on
Azure
, it'd be great to have the Authentication integrated withAzure
platform.https://github.com/vesas/authjs-base might be a good starting point.
The text was updated successfully, but these errors were encountered: