-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: linyatis/hello-jwt-java-angular
base: master
head repository: linyatis/hello-jwt-java-angular
compare: develop
- 13 commits
- 10 files changed
- 2 contributors
Commits on Sep 28, 2015
-
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 9103cbc - Browse repository at this point
Copy the full SHA 9103cbcView commit details -
Removed authorization header from success login response. The token i…
…s already been passed into response body.
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 02f9920 - Browse repository at this point
Copy the full SHA 02f9920View commit details -
Adding throws for the exception created "TokenException", so when the…
… java-jwt fire any exception now it is encapsulated in this one. The java-jwt throws some exceptions when the token is invalid. Because of that we need to use this TokenException to catch when token is invalid.
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for e0d96ad - Browse repository at this point
Copy the full SHA e0d96adView commit details -
Created wrappers SimpleMessage and SimpleToken to be used with Gson.t…
…oJson().
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 1eba1ad - Browse repository at this point
Copy the full SHA 1eba1adView commit details -
Changing implementation to use the SimpleMessage and SimpleToken crea…
…ted. The sets of content type and character encoding were moved to begin of method because it is the same in "if" and "else" statements.
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for ea21707 - Browse repository at this point
Copy the full SHA ea21707View commit details -
Changing implementation to use the wrapper SimpleMessage created.
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 2b81c7f - Browse repository at this point
Copy the full SHA 2b81c7fView commit details -
Removing HttpServletRequestWrapper from AuthenticationFilter. It is n…
…ecessary just if we need to pass headers to next filter (or servlet). Added try catch to JWTUtil.decode, because we need to know when token is invalid (and send error to the frontend).
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for a90070d - Browse repository at this point
Copy the full SHA a90070dView commit details -
Small refactoring just to comply with changes in the backend
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 5f523da - Browse repository at this point
Copy the full SHA 5f523daView commit details -
Removing ByeServlet, as this is not been used.
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for ebd9f29 - Browse repository at this point
Copy the full SHA ebd9f29View commit details -
Added checking for public request. In this case, we check if the URI …
…ends with "login". If yes it just go to next filter, if not, it does the filter logic.
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 9a563e8 - Browse repository at this point
Copy the full SHA 9a563e8View commit details -
Changed LoginServlet URI to "/api/login".
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for a491bb2 - Browse repository at this point
Copy the full SHA a491bb2View commit details -
Small refactoring to comply with backend changes on route.
José Filipe Lyra committedSep 28, 2015 Configuration menu - View commit details
-
Copy full SHA for b3b7002 - Browse repository at this point
Copy the full SHA b3b7002View commit details
Commits on Sep 29, 2015
-
Merge pull request #1 from linyatis/improving-backend
Improving backend, nice pr, now if i change anyting i will made a pr too.
Itacir Ferreira Pompeu committedSep 29, 2015 Configuration menu - View commit details
-
Copy full SHA for 444465a - Browse repository at this point
Copy the full SHA 444465aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...develop