Hello Guys, Well, looks like my efforts on testing the authentication with users taken from a database will not be used. The scenario has changed. I won't be using databases at all in my application and will by fully using an API. Well, the thing is, I have to authenticate the user doing an xhr to the api. After that a redirection occurs. So, I would like to ask you the best way to do so in Symfony, I'm thinking about how I could use some of the features from the User authentication and authorization but I'm aware that I should do a custom "way of checking" and "using" the authenticated user. I'm currently using the firewall to check if user can access some page. I would really like to continue using that. Well, what do you think?
-- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en