Hi everyone,
I have a question regarding Sentry and using it's authentication functionality on a none browser environment. Currently I have started using Sentry, on a project of mine which is a web app and everything works as expected.
But now we want to extend this web app to work on mobile devices therefore we will build native mobile apps to use our API to handle the functionality part. I was wondering now, if someone here has used Sentry before to do the authentication part, as I can't use cookies in this case.
Thanks in advanced for any reply. :)
You can use Phonegap together with Angularjs instead. I know Angular.js can read and write cookies but you have to use REST api for Authentication. Check this out: https://docs.angularjs.org/api/ngCookies/service/$cookies
I have used Sentry with Dingo Api and OAuth2 server. Seems to work nicely together.
We use Setnry and OAuth within our API which is used by our native iOS application.
OAuth seems to be really easy to be implement, thanks guys.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community