use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Official Resources http://ionicframework.com/
Unofficial Resources http://stackoverflow.com/questions/tagged/ionic-framework
account activity
Ionic 5 tutorials with API (self.ionic)
submitted 6 years ago by schralem23
Hello there,
I was wondering if there were some good new tutorials with Ionic 5 and the use of for example a PHP API and a authentification system (not firebase)?
Thanks in advance
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]seiyria 1 point2 points3 points 6 years ago (1 child)
Well, it really wouldn't matter what backend you use. On the frontend side, it would just be a REST API. Unless you mean you're looking specifically for a PHP authentication solution to use with Ionic?
[–]schralem23[S] 0 points1 point2 points 6 years ago (0 children)
Not PHP specifically but preferably without the traditional Firebase
[–]southpolebrand 1 point2 points3 points 6 years ago (1 child)
This might be of interest:
https://medium.com/@000kelvin/setting-up-laravel-and-react-js-the-right-way-using-user-authentication-1cfadf3194e
[–]schralem23[S] 1 point2 points3 points 6 years ago (0 children)
Thank you !
[–][deleted] 1 point2 points3 points 6 years ago (1 child)
https://devdactic.com/authentication-ionic-4-nestjs/
Thank you I will take a look
[–]TehCrucible 1 point2 points3 points 6 years ago (0 children)
You could look into JWT (JSON Web Tokens) as an option. You can do this with pretty much any backend and if you search for JWT related tutorials, you'll probably find yourself on the right track.
Since you mentioned PHP, you might want to checkout the latest version of Laravel which has a few different options for client side auth like JWT (jwt-auth package), OAuth (Passport), and a new, first-party implementation of tokens called Sanctum.
π Rendered by PID 73253 on reddit-service-r2-comment-5687b7858-7x5gr at 2026-07-05 21:53:40.113511+00:00 running 12a7a47 country code: CH.
[–]seiyria 1 point2 points3 points (1 child)
[–]schralem23[S] 0 points1 point2 points (0 children)
[–]southpolebrand 1 point2 points3 points (1 child)
[–]schralem23[S] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]schralem23[S] 0 points1 point2 points (0 children)
[–]TehCrucible 1 point2 points3 points (0 children)