https://github.com/around25/ng-restful-frontend
A base AngujarJs project for talking with an OpenAuth protected RESTFul API server
https://github.com/around25/ng-restful-frontend
Last synced: 10 months ago
JSON representation
A base AngujarJs project for talking with an OpenAuth protected RESTFul API server
- Host: GitHub
- URL: https://github.com/around25/ng-restful-frontend
- Owner: Around25
- Created: 2015-05-06T09:35:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T09:37:05.000Z (about 11 years ago)
- Last Synced: 2025-05-15T16:17:18.042Z (about 1 year ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular RESTFul Frontend
========================
An AngularJs base project structure that can talk to an OpenAuth protected RestFul API.
ToDos
=====
1. Add HATEOAS support
2. Follow some [best practices](https://docs.google.com/document/d/1ftSjvm4NC-mWXrEbJwiPZ66Rtinr6JJJO8b5SCB-1YM/edit) discussed at the AngularJs Meetup
3. Add multiple login support types
4. Think about marking routes as secure before making a call to the server