2

I have been trying to look for resources that explain how authentication can be done in ember using PHP as a backend.

I have found several other resources that do ember authentication with Rails.

1) Ember Simple Auth

2) Authentication with EmberJs

3) Ember Authentication best practices

4) Ember Auth

Any idea on where I can find resources for doing simple authentication using emberJS with PHP?

Thanks! Any help is greatly appreciated.

Community
  • 1
  • 1
user2431285
  • 661
  • 11
  • 19

1 Answers1

0

I don't know a php-specific resource but would suggest starting with the embercast client-side authentication episodes. They focus on how to handle authentication from ember perspective. The "server" part of all this is very simple, it should be very easy to implement in php.

http://www.embercasts.com/episodes/client-side-authentication-part-1

http://www.embercasts.com/episodes/client-side-authentication-part-2

Mike Grassotti
  • 19,040
  • 3
  • 59
  • 57