with no actual authentication. I’m planning to use bcrypt.
Any comments?
Dave Briccetti
unread,
Oct 29, 2012, 3:15:11 AM10/29/12
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 dbsc...@googlegroups.com
Carlos, want to work on authentication in the next 10 hours? I never got to it. We need to coexist with the current User (music_user) table, but probably create a new table for encrypted passwords for the webapp.
carlos.montemuino
unread,
Oct 29, 2012, 4:35:39 AM10/29/12
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 dbsc...@googlegroups.com
sounds good. If I understood it well, we won't use Shiro as a security framework.
Regarding the encrypted passwords, did you already consider in adding a new column to the music_user?