Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
fa66232
Update webpack.config.js
Jun 13, 2015
e1907d6
Merge pull request #20 from xtrasmal/patch-1
mgonto Jun 15, 2015
b4dc28d
chore: update to alpha 29
PatrickJS Jul 7, 2015
1f3c37e
Merge pull request #24 from gdi2290/alpha-29-update
mgonto Jul 7, 2015
6eb299a
Update Readme.md
mgonto Jul 7, 2015
92203ee
Update to Angular 2.0.0-alpha.30
Jul 8, 2015
8c15345
Merge pull request #25 from NathanWalker/master
mgonto Jul 8, 2015
f2d440b
Update Readme.md
mgonto Jul 24, 2015
4d97d19
chore(dependencies): updated to latest and made immutable
valorkin Oct 19, 2015
fc56f85
chore(start): updated ng2 0.44
valorkin Oct 19, 2015
9aa60d3
feat(backend): added backend
valorkin Oct 19, 2015
52018bf
chore(start): added npm command to start server
valorkin Oct 19, 2015
477b1ca
chore(traceur): removed, angular2 doesn't need it anymore
valorkin Oct 19, 2015
bd00b5a
chore(auth): redirect to /login if not authenticated
valorkin Oct 19, 2015
4fdaabe
chore(ui): styles fixed
valorkin Oct 19, 2015
8a9d63b
chore(navigation): navigation fixed
valorkin Oct 19, 2015
78ecb66
Merge pull request #38 from valor-software/master
mgonto Oct 19, 2015
9a80ef0
(fix) Update to work with agular2 beta 0
chenkie Jan 8, 2016
2eb9dc2
(fix) Proper error handling in HTTP requests
chenkie Jan 8, 2016
aad6352
Merge pull request #40 from chenkie/master
chenkie Jan 8, 2016
fc3c035
Logical precedence problem fixed
neilyoung Jan 11, 2016
fa4ad60
Readme and license fix
Jan 12, 2016
7f9b43d
Merge pull request #47 from aguerere/fix-issue46-license-and-readme
chenkie Jan 14, 2016
f2a7166
Update LoggedInOutlet.ts
Jan 20, 2016
5ed9d2a
supress pre-built javascript message
enaukkarinen Feb 5, 2016
8161e67
Removed no trailing comma from tslint. Closes #55.
chenkie Feb 26, 2016
c043d04
Merge pull request #53 from enaukkarinen/prebuilt-message-supress
chenkie Feb 26, 2016
0bb7148
Updated to Angular 2 beta 9
chenkie Mar 11, 2016
91f67a3
Merge pull request #49 from MasterKale/master
chenkie Mar 27, 2016
29f251c
Merge pull request #45 from neilyoung/master
chenkie Apr 18, 2016
4ed4b9c
Updated to rc.1. Closes #64.
chenkie May 18, 2016
0a3bc73
Update to rc.3
chenkie Jun 24, 2016
a87294d
Updated license
chenkie Jun 24, 2016
4474a12
Routes formatting
chenkie Jun 24, 2016
d7c6052
Upgrade to Angular 2 final and update articles section in readme
sonicoder86 Oct 2, 2016
3d5f962
Merge pull request #77 from blacksonic/master
chenkie Oct 4, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Readme and license fix
Adds issue tracking, author and license sections to readme and fixes
license info as well as the file name.

Fixes #46
  • Loading branch information
Alberto Güerere committed Jan 12, 2016
commit fa4ad60afb31af5eb6c075f9b588e252d21165ad
3 changes: 1 addition & 2 deletions LICENSE.txt → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 PatrickJS
Copyright (c) 2015 Auth0, Inc. <[email protected]> (http://auth0.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

14 changes: 13 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,16 @@ Clone this repository as well as [the server](https://github.com/auth0/nodejs-jw
First, run the server app in the port `3001`.

Then, run `npm install` on this project and run `npm start` to start the app. Then just navigate to [http://localhost:3000](http://localhost:3000) :boom:
Use `npm run server` to run API server.
Use `npm run server` to run API server.

## Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.

## Author

[Auth0](auth0.com)

## License

This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.