You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at the documentation and I am not sure if the iap.setup call can/should be called before every validation or if its needed once and can be done with multiple validation calls?
The text was updated successfully, but these errors were encountered:
+1
As I read source:
config() function is for reading custom configuration.
setup() function is for reading environment variables.
so, if your code uses one iap instance, I think it should can call once to finish initialization, then can multiple validation calls.
I'm looking at the documentation and I am not sure if the iap.setup call can/should be called before every validation or if its needed once and can be done with multiple validation calls?
The text was updated successfully, but these errors were encountered: