Тёмный

📰Secure Login, Logout, and User Registration with Apps Script | Session Management 

Self Imagination
Подписаться 3,5 тыс.
Просмотров 10 тыс.
50% 1

Learn how to create a secure login, logout, and user registration system using Google Apps Script. This comprehensive tutorial covers session management, login/logout functionality, user registration with duplicate checking, success and error messages, and automatic redirection after successful registration. Enhance your web app's security and user experience today!
Read More
selfimagination.in/tips/secur...
#SecureLogin #LogoutSystem #UserRegistration #AppsScriptTutorial #SessionManagement #WebAppSecurity #Tutorial #WebDevelopment

Опубликовано:

 

14 авг 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@gregoriodelpilar007
@gregoriodelpilar007 2 месяца назад
Thank you very much sir! Very helpful video! I would love to see a tutorial on how users can change their password using google appscript.. :) Excellent work!!!
@user-qu6uj1br4c
@user-qu6uj1br4c 8 месяцев назад
Many tks u but can i use showModalDialog function with this interface login on google sheets? My idea is that when i click the function on the custom menu then i need to pass the login before the function can run. I hope to receive your response soon 🙏🙏
@mehedihasan-kf4uy
@mehedihasan-kf4uy 9 месяцев назад
Thanks a lot for excellent tutorial
@selfimagination
@selfimagination 9 месяцев назад
Welcome 😊
@vilasakchanthamith4774
@vilasakchanthamith4774 9 месяцев назад
Big big thanks 🙏🙏🙏
@selfimagination
@selfimagination 9 месяцев назад
Most welcome 😊
@mehedihasan-kf4uy
@mehedihasan-kf4uy 9 месяцев назад
I am really greatfull to you.
@selfimagination
@selfimagination 8 месяцев назад
Thank you
@SafiyullaMona
@SafiyullaMona 11 месяцев назад
@mehedihasan-kf4uy
@mehedihasan-kf4uy 9 месяцев назад
Many many thanks for provide source code
@selfimagination
@selfimagination 8 месяцев назад
You are welcome
@zohairdilawar116
@zohairdilawar116 11 месяцев назад
Very nice video. Please teach to attach to invoice
@selfimagination
@selfimagination 11 месяцев назад
Thanks, After the home page created in it, you can use any of your code.
@jaibholenath9257
@jaibholenath9257 Месяц назад
Very effective
@selfimagination
@selfimagination Месяц назад
Thanks
@ashishbiswas5802
@ashishbiswas5802 6 месяцев назад
How to logout function add Time session
@selfimagination
@selfimagination 6 месяцев назад
Thanks For Watching, There is no option for time setting in the session of apps script like in PHP etc., in this a session is valid for maximum 30 days, you will have to make some arrangement only if you want to be related to timing.
@chaiwatpromma1584
@chaiwatpromma1584 6 месяцев назад
in register page how to come back to main page
@selfimagination
@selfimagination 6 месяцев назад
Thanks for watching, Show #DivLogin and hide #DivRegister.
@ashishbiswas5802
@ashishbiswas5802 6 месяцев назад
logout Time session. Add. kaise Karenge.
@selfimagination
@selfimagination 6 месяцев назад
Thanks For Watching, There is no option for time setting in the session of apps script like in PHP etc., in this a session is valid for maximum 30 days, you will have to make some arrangement only if you want to be related to timing.
@mateenchoudhary9640
@mateenchoudhary9640 9 месяцев назад
Project achcha h, web pages Resposive rehta to bahot achcha tha, Q k abhi Responsive hi chal raha sb jaga.
@selfimagination
@selfimagination 8 месяцев назад
Thnak you, Google Apps Script Notification Bar aane ke karan Responsive nahi ho pata hain, yadi ham apne server par upyog kare to Responsive ho sakta hain, or yadi ham Direct Apps Script se Run karte hain tab Responsive nahi kar pate.
@mateenchoudhary9640
@mateenchoudhary9640 8 месяцев назад
Google script ne update kiya h abhi, waha par sb responsive code work ho rahe h mere bhi kuch projects h wo b abhi responsive work ho rahe h, google script k new update me, to aap bhi apne code kariye pls..
@zaincoderhub
@zaincoderhub 4 месяца назад
Sir please give me code please
@selfimagination
@selfimagination 4 месяца назад
Thanks for Watching. Pls Check Description.
@AaryanChiram
@AaryanChiram 10 месяцев назад
सर इसमें “main.html” में यूजर नेम को कैसे शो करवाए कृपाकर अपडेट कर बताये सर जी मै आपके विडियो और साईट का रेगुलर विजिट करते रहता हूँ
@selfimagination
@selfimagination 10 месяцев назад
Thanks for Watching, Video बहुत ही जल्द Publish होगा
@Appsandtechnicalsupport
@Appsandtechnicalsupport 10 месяцев назад
@@selfimagination मुझे बेसब्री से इंतिजार है सर
@at9xfunny_proop869
@at9xfunny_proop869 4 месяца назад
Bro while clicking on register its not going to login page and when i have removed register and try with simple login and also button is not redirecting me
@selfimagination
@selfimagination 4 месяца назад
Thanks for Watching. You can use the alert or console to see at which step it is stopping or what errors are coming on the console.
@at9xfunny_proop869
@at9xfunny_proop869 4 месяца назад
​​@@selfimagination i found out what the issue was but I don't know how to fix it please help me Error was in Code.gs file Let Retmsg call pUID password pName: undefined and in execution log ts showing type Error ; cannot read properties of null (reading 'getrange')
@selfimagination
@selfimagination 4 месяца назад
In JavaScript we have created Register() function from where we have called UserRegister(uid,pass,unm) but the value of uid, pass, and unm is not returning, once you check it.
@at9xfunny_proop869
@at9xfunny_proop869 4 месяца назад
while clicking on register button data isn't saving to Google sheet what I will do please solve this one and I will do mail to you because I can't explain all things it here
@selfimagination
@selfimagination 4 месяца назад
OK, Please mail me, I will also take a look.
@ashishbiswas5802
@ashishbiswas5802 6 месяцев назад
logout function at time session
@selfimagination
@selfimagination 6 месяцев назад
Thanks For Watching, There is no option for time setting in the session of apps script like in PHP etc., in this a session is valid for maximum 30 days, you will have to make some arrangement only if you want to be related to timing.
@smr8854
@smr8854 10 месяцев назад
Plz provide the code.
@selfimagination
@selfimagination 10 месяцев назад
Thanks for watching, you will find the link to the source code in the description.
@papaa3014
@papaa3014 10 месяцев назад
sir iska code mil sakta hai ..
@selfimagination
@selfimagination 10 месяцев назад
Thanks for Watching, bahut hi jald description me link mil jaegi , aap chahe to puri login series ko shuru se dekhnge to khud hi code likh payenge.
@papaa3014
@papaa3014 10 месяцев назад
sir iska code
@papaa3014
@papaa3014 10 месяцев назад
​@@selfimaginationsir code likhta to error a jata hai isliye mil jaye to acha lagta hai😊
@selfimagination
@selfimagination 10 месяцев назад
Thanks for watching, you will find the link to the source code in the description.
@papaa3014
@papaa3014 10 месяцев назад
​@@selfimagination thhanx sir😊
@Pwangchen
@Pwangchen 8 месяцев назад
SyntaxError: Unexpected token '?' (line 11, file "Code")
@selfimagination
@selfimagination 8 месяцев назад
You can see the code you have written on code.gs and comment to me.
Далее
Zlatan embarrasses Speed 😂 #ishowspeed
00:32
Просмотров 13 млн
Самое Романтичное Видео ❤️
00:16
Difference between cookies, session and tokens
11:53
Просмотров 597 тыс.
Share Appsheet more than 10 user's using LOGIN page
15:33
Zlatan embarrasses Speed 😂 #ishowspeed
00:32
Просмотров 13 млн