javascript - Validate the user in AngularJS without any back end calls or Databases -
i have created static website using angularjs. not using backend calls or database. have login page user enters password (password same site users site internal purposes only), if password correct take user home page else take them login scree. using apache web server. there way achieve safe validation/authentication in angularjs without tomcat/database/cookies etc ?
note: don't want store username , password in .js file in way exposed user.
thanks
Comments
Post a Comment