aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/auth
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to rxjs 6Chocobozzz2018-05-161-20/+18
* Fix http token interceptorChocobozzz2018-01-111-1/+1
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-143-94/+63
* Use typescript standard and lint all filesChocobozzz2017-06-162-42/+42
* Client: check token valitidy at startupChocobozzz2017-03-043-123/+0
* Client: add basic aot supportChocobozzz2017-01-131-3/+5
* First version with PostgreSQLChocobozzz2016-12-191-6/+3
* Client: split in angular modulesChocobozzz2016-11-213-215/+13
* Client: fix handle refresh tokenChocobozzz2016-11-041-2/+2
* Merge branch 'master' into webseed-mergedChocobozzz2016-10-024-40/+106
|\
| * Client: add some explanations if we cannot retrieve client oauthChocobozzz2016-10-011-1/+4
| * Client: handle the case when the refreshing token step failsChocobozzz2016-10-012-9/+29
| * Client: centralize http res extraction in a serviceChocobozzz2016-08-231-13/+9
| * Client: add user managementChocobozzz2016-08-093-21/+29
| * Client: implement password changeChocobozzz2016-08-053-14/+52
| * Server: move clients in its own fileChocobozzz2016-08-051-1/+1
| * Client: fix login state when logoutChocobozzz2016-07-271-0/+2
* | Client: fix login state when logoutChocobozzz2016-07-271-0/+2
|/
* Client: Auth services cleanupChocobozzz2016-07-202-14/+6
* Client: Add authHttp service that authentificates the http request andChocobozzz2016-07-205-0/+360