Ajout intégration de l'hybridAuthentification encore en état de code brut

Pas de tests

TODO: aller chercher les token et les id des authentifcation pour google, github, facebook, twitter ... Reste a tester et à décider pour les autres types d'authentification.
This commit is contained in:
Emmanuel ROY 2019-09-26 04:27:05 +02:00
commit 41f2c5820b
14 changed files with 355 additions and 1 deletions

View file

@ -1,9 +1,24 @@
<html>
<head>
<title>{{$page_title}}</title>
<meta name="description" lang="fr" content="{{$description}}" />
<meta name="description" lang="fr" content="{{$description}}"/>
@section('top-css')
@endsection
@section('top-javascript')
@endsection
</head>
<body>
@yield('body')
@section('bottom-javascript')
@endsection
</body>
</html>