Closed tbell511 closed 1 year ago
Seems like I may have found the answer.
customHandler (Function) - When present, this function is called instead of a request being made to the endpoint specified by userAuthentication.endpoint.
Yep using the customHander function would be the correct way to achieve this.
Quick question...
Instead of supplying an auth URL that returns the token, is there is way to set the token to avoid having that additional request?
I'm asking because I can easily supply the auth token in my apps init call. That would prevent me from having to add an additional endpoint to my api.
Thanks.