New Ionic 5 Angular 8 Restful API User Authentication Login and Signup using Guard and Resolver

  Рет қаралды 50,812

Srinivas Tamada

Srinivas Tamada

Күн бұрын

How to implement with New Ionic 5 Angular 8 Restful API User Authentication Login, Sign up and Logout using Guard and Resolver
www.9lessons.i...

Пікірлер: 49
@ekanemekemini7433
@ekanemekemini7433 4 жыл бұрын
Many people want to also know how the api is receiving the data and connecting it to databases.... This is very important
@alokbhowmik3547
@alokbhowmik3547 3 жыл бұрын
thanks a lot. I am new in ionic and u help a lot .
@RenzrockGaming
@RenzrockGaming 4 жыл бұрын
I hope you can show more projects sir. Thank you for inspiring me to learn more about app development through ionic Kudos once again!
@kapildmyakal6501
@kapildmyakal6501 3 жыл бұрын
Nice video , help me a lot ,thanks Shrinivas sir🙏
@pravinlolage8294
@pravinlolage8294 5 жыл бұрын
Very good explanation for understanding the architecture. Is the source code available on Github?
@DelgadoRecords
@DelgadoRecords 4 жыл бұрын
Hi Srinivas, two questions: Why did not you use the http interceptors ? Is it a good practice to do the services like you did in the video? Thanks for your content! please keep making more ionic videos
@jean-baptistedioli1692
@jean-baptistedioli1692 3 жыл бұрын
Do you have the same video but with OAuth2 ?
@anshvarun653
@anshvarun653 3 жыл бұрын
Very well explained!!! Thank you! :)
@cricBuss586
@cricBuss586 2 жыл бұрын
thanks of lot bro
@YeisonPrieto
@YeisonPrieto 4 жыл бұрын
Hi, in the minute 8:21 exist an error, is const options = {headers, withCredentials: false}; and for set multiple headers is there stackoverflow.com/questions/45286764/adding-a-http-header-to-the-angular-httpclient-doesnt-send-the-header-why
@ezequiel_lopez
@ezequiel_lopez 4 жыл бұрын
Thanks!! great tuto
@kumaresha3348
@kumaresha3348 4 жыл бұрын
Can you tell how to exit the application when clicking a button or icon using Ionic 5 Angular 9 in a home page. Also how to communicate Ionic 5, Angular 9 with Firebase DB with Mobile/EMail authentication.
@elierak4103
@elierak4103 5 жыл бұрын
Thanks for tuto. hwo to add menu in this? no menu in login page. thks
@kingmega8730
@kingmega8730 3 жыл бұрын
Continue sir
@sandeepbhardwaj8501
@sandeepbhardwaj8501 4 жыл бұрын
Thanks for teaching me brother.. app working fine but can you please tell me how i can get data in server side..using laravel but cant get data tried everything .. seems this data is not sending in server side.
@kumaresha3348
@kumaresha3348 4 жыл бұрын
Great video. Brother, I need information on how to login with OTP on mobile sms with email, mobile no & password entry in the form.
@mathiasmartinez1011
@mathiasmartinez1011 4 жыл бұрын
How can I add a loadingController when you press Login? Please I am finding that part of the loading like a crazy but I dont find any information
@mohd.faizan3003
@mohd.faizan3003 4 жыл бұрын
Can u tell me how to extract data after calling the get method for local storage . Actually I am not able to extract key value pairs of my data
@aaginsa4256
@aaginsa4256 4 жыл бұрын
please help How to use page transition animation from WelcomePage to LoginPage or from WelcomePage to SignupPage, routerLink and routerDirection doesn't work
@sandeshtayde1372
@sandeshtayde1372 4 жыл бұрын
You haven't told anything about sign up page, and how a new user Regis themselves ?
@khambatgurbanov5890
@khambatgurbanov5890 3 жыл бұрын
Angular httpClient has some issues when executed on native devices and emulators
@khambatgurbanov5890
@khambatgurbanov5890 3 жыл бұрын
But u can use ionicframework.com/docs/native/http
@nasiruddinshaikh7234
@nasiruddinshaikh7234 4 жыл бұрын
Can you please make a video on creation of pdf using ionic 5.4.16
@StoryOfTheReality
@StoryOfTheReality 4 жыл бұрын
I am getting error to run the android studio.
@Roast1981
@Roast1981 4 жыл бұрын
this.validateInputs() always return blank in case of signup, please help
@sandeshtayde1372
@sandeshtayde1372 4 жыл бұрын
Can you share the signup code
@nguyenngocyen9000
@nguyenngocyen9000 5 жыл бұрын
New Ionic 5 Angular 8 Restful API User Authentication Login and Signup using JWT ?? I hope it....Thanks
@saidanabilel5474
@saidanabilel5474 2 жыл бұрын
in Application -> local storage is showing as empty for me, there is no key and value for it core.js:6456 ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'set' of undefined TypeError: Cannot read property 'set' of undefined at StorageService. (storage.service.ts:13) at Generator.next () at tslib.es6.js:76
@anujbhardwaj3210
@anujbhardwaj3210 4 жыл бұрын
{{displayUserData?.username}} not display the username but {{displayUserData}} show the all userdata. any solution?
@stopPlannedObsolescence
@stopPlannedObsolescence 3 жыл бұрын
Is a observable?
@kymh8565
@kymh8565 5 жыл бұрын
Cannot find name data in 08:14
@YasirAli91
@YasirAli91 4 жыл бұрын
I am getting error on android emulator can you help: {"headers":{"normalizedNames":{},"lazyUpdate":null,"headers":{}},"status":0,"statusText":"Unknown Error","url":"[url]/api/login","ok":false,"name":"HttpErrorResponse","message":"Http failure response for [url]/api/login: 0 Unknown Error","error":{"isTrusted":true}} I am using Laravel 6 as backend server. Serving on another laptop and accessing it from another server like its live. but its not HTTPS its just HTTP. I cant find any solution anywhere.
@YasirAli91
@YasirAli91 4 жыл бұрын
ok turns out for emulators I have to add the following lines the manifest file under application tag: android:usesCleartextTraffic="true" [yourproject]/android/app/src/main/AndroidManifest.xml PS: remember to set cors in index.php file or whatever your entry point may be. if you are using .htaccess file check CORs for that online.
@dech7145
@dech7145 4 жыл бұрын
alwats show data already exist in sign up page
@Roast1981
@Roast1981 4 жыл бұрын
Same here
@dech7145
@dech7145 4 жыл бұрын
@@Roast1981 i never resolve it
@HansRaj-me7fk
@HansRaj-me7fk 4 жыл бұрын
Hi am getting CORS error ..How to resolve please help
@accinformaticas.a.6985
@accinformaticas.a.6985 4 жыл бұрын
Add those line in your php code (Login.php / home.php) hope it 's help header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: GET, POST ,OPTIONS, PUT'); header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept"); header('Content-Type: application/json');
@AllTypes
@AllTypes 4 жыл бұрын
@@accinformaticas.a.6985 if i dont have login.php and home.php, where do i leave that, pls help me
@accinformaticas.a.6985
@accinformaticas.a.6985 4 жыл бұрын
@@AllTypes you can put tose lines o f code in any php files you have in your server (CORS) is a mechanism that browsers and webviews - like the ones powering Capacitor and Cordova - use to restrict HTTP and HTTPS requests ....... the server has to send some special headers for the browser to allow the requests. Hope it help
@AllTypes
@AllTypes 4 жыл бұрын
@@accinformaticas.a.6985 ok, but i dont have file with extension .php. i use ionic 5 and angular 8, the cors is the only problem
@accinformaticas.a.6985
@accinformaticas.a.6985 4 жыл бұрын
@@AllTypes En este caso tienes que pegar un vistazo en este link ionicframework.com/docs/faq/cors
@rishavchouksey2136
@rishavchouksey2136 3 жыл бұрын
this is PWA based.
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 23 МЛН
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
Cute
00:16
Oyuncak Avı
Рет қаралды 11 МЛН
SHAPALAQ 6 серия / 3 часть #aminkavitaminka #aminak #aminokka #расулшоу
00:59
Аминка Витаминка
Рет қаралды 408 М.
New Ionic 5 Angular 8 Update and Delete Records with RxJS
43:06
Srinivas Tamada
Рет қаралды 6 М.
API Testing Using Postman | Crash Course
3:27:51
Mukesh otwani
Рет қаралды 95 М.
Upload Files from Ionic Angular to Firebase Storage.
40:51
Srinivas Tamada
Рет қаралды 4,7 М.
Ionic 5 App Navigation with Login, Guards & Tabs Area
35:55
Simon Grimm
Рет қаралды 34 М.
Ionic & Capacitor for Building Native Mobile Apps - Full Course for Beginners
3:10:14
Angular 8 Multi Tenant Architecture - Part 1
38:28
Srinivas Tamada
Рет қаралды 8 М.
Ionic App Theme Tutorial - Customize your app the right way!
15:40
DesignCourse
Рет қаралды 97 М.
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 23 МЛН