authorization

  1. Mashiane

    B4J Tutorial [Web] PocketBase - running multiple instances in the same machine - different ports

    Hi Download PocketBase By default, after configuring PocketBase, i.e. the SQLite WebServer, it can run on port 8090 when you start it and use it for your back-ends. I have just learned that you can run multiple instances of PocketBase on the same machine and on different ports. 1. Ensure...
  2. 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 ?
  3. B

    B4J Question SOAP Error when Passing Authorization Header

    I am trying to make some SOAP API calls and am running into issues with authorization. The API requires you pass a basic authentication header. If I use the following: Dim job1 As HttpJob Dim SoapXML As String= $"<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"...
  4. mbayik

    iOS Question Authentication

    hi friends, i want to put a login screen to my simple ios and android app.i want to limited and filtered user should login.what do you offer me and any example ? thanks
  5. DonManfred

    B4A Library Firebase UI Auth - a new Dimension in Authentication

    This is a Wrap for the Firebase UI-bindings found at Github. It offers Authentification using - Google-Account (Tested) - email and password authentification (Tested) - Telephone-Authentification (Tested) - Twitter (Not tested as i do not have a Twitter-Dev Account) - Facebook (Not tested as i...
  6. Sandman

    iOS Question [SOLVED] Is it possible to verify authorization status?

    Let's say one requests, and is granted, access to Location: #PlistExtra:<key>NSLocationUsageDescription</key><string>Text goes here</string> For Location, I can see that we have the event AuthorizationStatusChanged to use to check the status, which is great, because I can use that to...
Top