API Experience documentation problem

Hi, trying to understand the user authentication documentation for the experience API. We’ve worked out Part 1 - User registration with no problems (the tutorial is terrific there).

But part 2 says that the /auth automatically creates the necessary workflow and I cant seem to get it to do that.

https://docs.losant.com/experiences/walkthrough/part2/

Plus, because its assumed to work automatically it seems that the documentation doesnt have the necessary workflow details to build it manually.
Looking for some guidance
Thanks!
Chris

Good catch! With the launch of Experience Views, we changed the automatically generated experience and the /auth/ route was removed. I attached it below. We’ll get the docs fixed up as soon as possible.

endpoint-post-auth.flow (2.0 KB)

Here’s a screenshot of the /auth endpoint configuration:

image

Great thanks Brandon you guys are the best. Will give this a try now…

Hey brandon- noticed the same problem in the docs with the /me section where documentation assume its auto created.

Good catch again. Here you go:

endpoint-get-me.flow (1.2 KB)

image

great thanks again @Brandon_Cannaday