Hi All,
I am wondering what most developers use as an authentication system (advantage vs disadvantages)?
The options that I can see on B4X forum in general are:
- Firebase Authentication.
- php authentication system.
But since I was newly exploring the world of b4x the second option was a tough one to learn, so I skipped it to reach a goal which is having an almost completed app ( sure nothing is like that)
Lately I came across django which offer a very easy to apply authentication system and provide REST APIs for register and login, also you can have token based authentication.
So I am wondering what authentication system is mostly used in the b4x space by developers ? and why?
Thank you!
I am wondering what most developers use as an authentication system (advantage vs disadvantages)?
The options that I can see on B4X forum in general are:
- Firebase Authentication.
- php authentication system.
But since I was newly exploring the world of b4x the second option was a tough one to learn, so I skipped it to reach a goal which is having an almost completed app ( sure nothing is like that)
Lately I came across django which offer a very easy to apply authentication system and provide REST APIs for register and login, also you can have token based authentication.
So I am wondering what authentication system is mostly used in the b4x space by developers ? and why?
Thank you!