authentication

  1. Alexander Stolte

    Android Example [B4X] Supabase - Sign In Anonymously

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ Supabase now supports anonymous user login, the B4X library now too. https://supabase.com/blog/anonymous-sign-ins Create and use anonymous users to authenticate with Supabase Enable Anonymous...
  2. Alexander Stolte

    Android Example [B4X] Supabase - Authentification

    https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/ The client library does the work for you, you don't have to worry about renewing the access token or using and saving it. This is a very simple tutorial on how to use the auth options. A more detailed tutorial...
  3. Alexander Stolte

    B4A Library [B4X] Supabase - The Open Source Firebase alternative

    Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit...
  4. M

    iOS Question Connect to BLE devices providing PIN programmatically

    Hi everyone, someone of you knows if it's possible to connect to a BLE Devices that needs the PIN, and give it by code, instead of let the user insert it through a dialog? Thanks in advance
  5. cjpryor

    B4J Question jElasticSearch Authentication

    Forgive me if I missed this but I did try to find it in the forums. I would like to develop an application using jElasticSearch (https://www.b4x.com/android/forum/threads/server-jelasticsearch-search-and-text-analytics.73335/) but I cannot figure out how to provide login credentials to the...
  6. 2SucresCelestin

    Android Question Firebase authentication with token

    I'm using Firebase's Realtime DB and wanted like with most of API WS authenticate through using API web token. I don't know at all why i get this error when i use the token. Thanks you all
  7. J

    B4J Code Snippet Web3X - Login/Auth with Metamask example

    I've been using the Web3X library these past days and wonder how could it be used for authentication with Metamask. I put together this example but is not near perfect, I don't recommend using it in production since there are a lot of things I don't understand yet, but if your goal is to learn...
  8. S

    Android Question Second factor Authentication

    just wants to do the second factor authentication of web application through android phone. It should popup the screen for authorization when i tried to login to the web application. What is the best way to accomplish this.
  9. Marcos Alves

    iOS Question Recover Firebase Authentication error Message

    Hello all, implementing this resource - https://www.b4x.com/android/forum/threads/firebaseauth-authenticate-your-users-google-facebook.68625/ - sometimes an email is already registered in Firebase using Google and when is tried to register the same email using Facebook it's possible to see...
  10. Alexander Stolte

    B4J Library [B4X] Firebase Auth REST API

    Not all API commands I have implemented and tested, if you have problems, then ask in the comments or in a new thread. With this class you can register and log in your users via email and password. And a lot more... Setup: put your API Key in the Class_Globals Private const API_KEY As String...
  11. avalle

    B4J Question How to implement TLS client authentication in B4J server?

    Normally, a TLS client verifies the server’s certificate. It’s also possible for the server to require a signed certificate from the client. These are called Client Certificates. This ensures that not only the client can trust the server, but that the server can also trusts the client. Is this...
  12. M

    Android Question MediaPlayerStream with creds for basic auth?

    I'm trying to stream just the audio from an IP camera. The camera I'm using (Amcrest) publishes the URL for the audio stream as: http://ip/cgi-bin/audio.cgi?action=getAudio&httptype=singlepart&channel=1 I can put that in a browser and it pops up a basic url auth dialog and after entering...
  13. peacemaker

    Android Question FirebaseAuth: is Email and Phone auth possible ?

    HI, All Email and Phone auth are possible in FireBase. Do we have lib\code to use ?
  14. Alexander Stolte

    B4J Question Google Cloud Storage authentication

    Hello, i want to use Google Cloud Storage for my image backend, my B4J Service would be handle the auth. I have create a service account and have set the permissions to this account, to access the bucket. How can i authenticate the B4J service to access the images? I have a .json file with...
  15. Alexander Stolte

    B4J Question how to use bearer authentication on my own jServer

    Hey, I'm writing an API for my app and while analyzing other APIs I've noticed that many are doing the authentication with oauth. My question is how can i do a "bearer authentication" for my own jServer and is this free? Greetings
  16. Xandoca

    B4J Question Authenticate user and getting groups from MSAD

    Hi, I need to build a very simple document repository app (users can download and upload files). The point here is how to integrate B4J app with MSAD (Microsoft Activity Directory) to authenticate users and get the groups the user belong? Only authenticated users from a group X can...
  17. P

    WP up&download : Mix voice with images and short movies

    Hi all, I am looking for a skilled B4A and/or B4I developer for a new mobile app for e-learning. Closed, thanks for all answers
  18. uniplan

    Android Question Firebase facebook authorization changed? No photo profile and no email

    Hi, normally i use facebook firebase auth login, but from two days i don't receive the email and photo user profile, but only DisplayName and Uid ... I see in the facebook developer that we send our app for verify to preserve those authentication functions: user_friends user_link user_gender...
  19. MarkusR

    Android Question company employee authentication?

    what is the best practice to authenticate only user in a app that belongs the company? i considered that the user should authentication via his company account mail & password as ms office 365. or maybe via active directory and web api? any suggestions?
Top