Skip to content
Snippets Groups Projects

Feature/indigo auth

Merged Baptiste Toulemonde requested to merge feature/indigo_auth into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
import { Injectable } from '@angular/core';
import { Injectable } from '@angular/core';
import { Session } from 'inspector';
import { Cookie } from 'ng2-cookies';
import { Cookie } from 'ng2-cookies';
import { AuthService } from './auth.service';
const TOKEN_KEY = 'auth-token';
const TOKEN_KEY = 'auth-token';
const USER_KEY = 'auth-user';
const USER_KEY = 'auth-user';
Loading