@dan Gotcha! Thanks for pointing that out in the docs. I think for now I will handle limiting the search in my app's business logic because I can't justify the Elasticsearch overhead just yet - but I'll keep the option in mind. Thank you!
T
Best posts made by tarun.verghis
-
RE: Limit user search fieldsposted in Q&A
-
RE: No refresh token using /api/loginposted in Q&A
Oh my gosh I figured it out... For the
/api/loginendpoint to generate refresh tokens, you need to enableApplication > My application > Security tab > Generate refresh tokensunder the Login API settings. D'oh!The previous
Generate refresh tokenssetting I had enabled was under the OAuth tab. Oops!Thanks for taking a look Dan!
-
RE: No refresh token using /api/loginposted in Q&A
Follow-up: I think it would be helpful to update the docs for
/api/loginto indicate this