We love the fact that you can access the context
object within Auth0 Rules! We are currently looking at segmenting our users based on their locations. The context object gives us a lot of great information about where the user is located. We get their country code, city name, lat+long cords. etc.
Has anyone built a custom solution that hits an external API or service to grab the user’s province or state code? Does Auth0 have a best practice for this? Google offers a location api but it’s rates are a bit expensive. Looking to see if someone has solved this cheaply.