Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: customized className for cards column * chore: create page for user interface * chore(router): create route for connexion * chore(header): add button connexion in header * chore(clean): delete console.log & add missing class * Add backend for OIDC (#43) * move client into specific folder * add express backend that servers mock / * handle static files * add .env * add command build * add command install to client command * create .env.example * add expression session & openid-client library * create config for env vars * create oidc connexion with proconnect * rename old "connexion" route with "mon-compte" * add user infos in client * add command in package.json & update doc * add destructuring on userInfos * add condition for display goods informations in header, add deconnexion button this code contains a TS error * fix typescript error * Create Account & Logout drop-down menu - responsive doesn't work⚠️ * fix responsive burger menu to show name, account & logout * handle authentication without cookie * move dependencies to main * add api url in env * move script build * add console log config * use window origin instead of var env * add redis * separate backend in separate files * add error handling * add error page client side * ad redirection if mon-compte but no session * redirect to right app --------- Co-authored-by: BenoitSerrano <[email protected]>
- Loading branch information