Polymer authentication and authorization example using Polymer Starter Kit template
502 views
Skip to first unread message
rof2...@gmail.com
unread,
Aug 8, 2016, 10:03:05 AM8/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Polymer
Hi All,
Someone has an example how to implement authentication and authorization with Polymer Starter Kit template, can be Firebase, I have dificult to understand how I will implement authorization in my app with Polymer Starter Kit structure.
Thanks and Regards.
Rodolfo Azevedo
asili...@gmail.com
unread,
Aug 18, 2016, 3:01:35 PM8/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Polymer
Hi Rodolfo. So far what I've been doing is having an element that notifies if the user is authenticated or not.
rof2...@gmail.com
unread,
Aug 18, 2016, 3:12:41 PM8/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Polymer, asili...@gmail.com
Thanks for answer, I am doing this too, but based on Polymer Starter Kit, I am using script app.js to set user in session, creating an variable called app.sessionUser, any user can modify the status on console browser.