Web dev - user authentication

How to create a login and logout page in webdev module

What do you want to do exactly ?
There's already a built in login screen with perspective.

I develop page through webÐev module using html, CSS and JS.
I call the webpage in perspective as iframe. Using project properties I create a login for the page
for the first time login user .
how to implement a logout and login what login user and password i apply that user will show

only take a login user if change a login user not change because the section refresh.

But... why ? what are you trying to solve ?
You're only reinventing the wheel there, all of that is already handled by perspective !

You are reinventing the wheel

without perspective using webdev module how to implement login? is it possible?

Well, you can look up on the internet how authentication is handled, but really it's a complex subject and you WILL NOT implement a better solution than the built-in one.
So just use perspective and its authentication system, unless you have a VERY good reason not to, but I asked twice already and you apparently can't come up with a reasonable answer.
Don't reimplement yourself what's already there.

2 Likes

can you tell me using perspective how do login ?

It's built-in, there's nothing to do except enable it:

Obviously you'll also need a user source so users can actually authenticate...

You need to read the doc / watch the university videos.

Thank you for the solution

WebDev is typically used to expose Ignition data to outside consumers/publishers via HTTP GET/POST requests, without any visualization aspect.
See this section in the docs with insight as to handling security within WebDev:
WebDev: Security Settings
Are you able to share your original objective?