Polymer 1.0: User authentication UX (recommendations, tutorials and examples)?

北城以北 提交于 2019-12-05 05:30:38

问题


Is there a recommended "Polymer way" to do user authentication?

This question includes both the technical pieces AND the UX.

A soup-to-nuts example (and/or tutorial) of a UX for doing user auth would be fantastic.

Note: The Polymer Starter Kit does not contain any authentication UX examples.

In this question...

"UX" means:

The COMPLETE "user-experience" involved in signing up for a new account, logging in and handling forgotten user id or password. For example, a typical landing page for a typical web app will usually have some buttons in the upper right corner for signing up for a new account and logging in. What happens when someone clicks those buttons and how to handle the entire flow would be a very useful example for Polymer developers given that functionality is necessary for most modern web apps. I would love to not have to create my own amateurish "home-brew" concoction from scratch for a solution but, instead, to have something relatively professional and generic I can "plug-n-play" into my app and modify only if/when necessary.


回答1:


You need to build a custom element with all the relevant styles, templates and scripts to express the UX.



来源:https://stackoverflow.com/questions/31337412/polymer-1-0-user-authentication-ux-recommendations-tutorials-and-examples

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!