Ionic 3 Angular 4 PHP Token Based Restful API User Authentication Login and Signup.

preview_player
Показать описание
PHP Restful API Authentication Login and Signup using Ionic 3 and Angular 4.

Рекомендации по теме
Комментарии
Автор

For everyone having the JSON error, I'm not sure if this is the correct solution, but I got it without errors by doing this:

1 - go to your index.php in the api folder
2 - check the signup function: function signup()
3 - delete or comment the following 'echo' lines:
echo $email_check.'<br/>'.$email;
echo 'here';
4 - save the index.php
5 - refresh the app and try again

igor
Автор

Very good tutorial! Current version of Ionic takes care of importing new providers, so you don't need to import it manually.

DarioCorno
Автор

Hi, Very good tutorial. I'am a french people and i like very much. continue in this way

adegams
Автор

great tuts, but I wanna use a different database what changes should make and to what files... thanks

adamsabdulmajid
Автор

Very Good explanation.... Excellent. Thank you so much Sir.

abijithajayan
Автор

great tutorial thank you! instead of using the localStorage can I use ionic's event handler (publish/subscribe)?

hankicarl
Автор

How do i fix Unexpected token S in JSON at position 17 in signup() function?

naimmuhammad
Автор

excellent tutorial..

can we integrate ccavenue and payumoney with ionic ?
in the documentation i can find only paypal

koripellachaitanya
Автор

why u didn't use the @output to emmit the data to parent component instead of storing them in the localStorage ?

UnxCrw
Автор

Excellent tutorials.. You earned one more subscriber... *thumbs up*

AnkitkumarChheda
Автор

anyone facing this problem : after generating .apk file and opening it it displays white screen only ..no login form no sign form ..but in browser it's work well ..when am testing my app in ionicDevApp it gives me "syntex error" : "unexpected token Illegal" please help me .. my xampp is open and started on my pc

umeshshelke
Автор

Hello sir, thanks for the superb tutorial but as of now i am having a problem after implementing logout function as you did i get error the time i click on logout button "(getRootNav) is deprecated and will be removed in the next major release" how to fix this issue?

thevibesvlogger
Автор

Thks Tamada this video is so usefull to me so you got another subscriber

herbertk
Автор

thank you for your help, , i have problem i used ionic 5 with angular 9 when i want to add the code in signup.ts Page and in authservice.ts Page there is error at postData ... pls help me i have final year project

muaadhanwersalemmedshl
Автор

Hello tamada and thank you for this series of video.
It really helps me to take Ionic ionic 3. but I have
all encountered some problems. I followed this video
to the letter and the execution was perfect.
But soon after nothing except this console error when I try to login or register

cypriendontsa
Автор

Thank you sir. It's working fine. Good job

kiroshanthayaparan
Автор

I found a solution for the JSON error saying {error: {text: "Enter valid data"}}
try putting username that is alphanumeric and other attributes in the table are set into VARCHAR in which some inputs must be alphanumeric to be accepted.

johnnycatarong
Автор

hello friend, I find it excellent what you explain here, and thank you for it.
I have a doubt that I would be grateful if you could solve it ...
I noticed that when a name is repeated in the database, an error is generated in the registry ... to which this question arises, as it would notify the user if it has already been registered previously and avoid that error but a message onscreen

jonaserdev
Автор

bonjour,
je n'arrive pas a faire fonctionner postman, à chaque fois erreur de proxy ou objet introuvable? quel sont les paramètres pour que ça fonctionne? est ce que c'est une étape obligatoire?

merci d'avance.

MrLudo
Автор

Please how can I use Material design library with my ionic3/angular4 ? Need help

arnauddumas