-
Notifications
You must be signed in to change notification settings - Fork 126
add Angular.js example? #28
Comments
Personally, I think this is a great idea because it seems like quite a common use-case. |
That would be incredible. |
What about writing a version of the profiler using AngularJS and consuming a REST API? Would be a great showcase. |
Huh, that's a really fun idea :). This would also make a wonderful cookbook article. Perhaps code first, then some explanation of that code up at symfony.com. I'm really loving getting real examples and tutorial-style docs for common use-cases like this. |
LexikJWTAuthenticationBundle (https://github.com/lexik/LexikJWTAuthenticationBundle) do the job quite well. Are you interested in PR containing configurations of the bundle and/or Angular example? |
sure |
would be nice to make links like https://github.com/bayne/symfony-angular-todomvc also into the article, they are clean implementations with variations 👍 |
Thus, except security configuration, such example exists. JWT is a good idea to secure API, but maybe it should be done as example application with link in README to symfony-angular-todomvc and symfony-rest-edition-jwt-example ? But in other hands it's quite ease to install a bundle (it has a doc...). |
as a showcase for #39 I will try to make a mock angular project as a separate repository, moreover if it's a full webapp reliyng 100% on the API, then as said, it may be better to simply do it a on a totally separate repository (so that you can always put it on a subdomain / other machine which leverage the fact that the angular code will 100% static files ) |
Show up to combine Symfony2 with Angular.js. Show also how to setup security etc.
Potentially this should be a branch and not be merged into the main branch (aka 2.3)
The text was updated successfully, but these errors were encountered: