How many endpoints do I need?

I have one application that needs a web login, a native mobile login, and API bearer tokens. Should these all be different endpoints? Will they share users? I want the same person on the web to be able to use the Native App and see their data.

Hey there!

That’s a very obscure context description. Can you provide us with more information around your usecase and what you are trying to build so we can appropriately suggest you the parts of our stack that you need to use? Thank you!

Sure. I have one application, but users need to authenticate through many channels. I have a REACT front end that is hitting an API, and an iOS and Android app that hit the same API.

I have an API endpoint configured, and a Single Page and Native application provisioned.

Do these all talk to each other, or do I need just one application that converges all of these technologies?