Decoding a Google ID token from a mobile app
Similar to a previous article about Facebook tokens, I am going to explain how to verify, in an API, that users authenticated successfully with Google in a mobile…
Similar to a previous article about Facebook tokens, I am going to explain how to verify, in an API, that users authenticated successfully with Google in a mobile…
As you may know, WPML offers the option to use different domains for different languages. It turned out that I already had the same domain name with different…
A client of mine has hundreds of products to enter into their new site and they use two languages: English and Chinese. The official solution from WPML is to…
If you are developing an API for a mobile app, there is a chance that you will have to deal with Facebook login. Usually the mobile app will…
An iOS app I am writing an API for is using Apple Universal links. For this feature to work, the server must serve a JSON file called apple-app-site-association…