What is a good alternative to Firebase for user management, more specifically for Python?
Asked Answered
H

3

12

What is an alternative to firebase for user management/auth for python apps. I know I can use node.js w/ firebase but, I would rather authenticate users through a managed 3rd party API in python using HTTPS requests,if possible. Appery.io has this feature but, I do not need all that comes with appery.io

Hospodar answered 14/5, 2017 at 17:44 Comment(2)
I am looking for alternative too for user authentication. Someone pl suggest.Smokedry
Firebase doesn't use HTTPS?Sylphid
N
6

Check out Amazon Cognito . They offer a quite nice package for small projects. Backendless is also a fantastic service, providing authentication and database with very helpful documentation and also SDK for different platforms including iOS, Android, Javascript, Rest API, Angular, React and React Native. I have been using Backendless for a couple of months and I highly recommend you use it, too.

Nightingale answered 29/11, 2017 at 13:27 Comment(0)
P
1

If you're looking for a self-hosted solution, Keycloak is a pretty robust option. If you want a service, Auth0 and Okta have quite a lot of features. They also offer a free tier with reasonable limits.

Planetarium answered 10/12, 2020 at 13:22 Comment(1)
Auth0 is acquired by Okta nowUnpleasant
S
0

You could try using Auth0 for pure authentication management. The Auth0 python package can be found here.

Squander answered 3/1, 2018 at 7:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.