openwallet-foundation-labs / credhub

a cloud wallet for natural persons + minimal issuer and verifier implementations
https://credhub.eu
Apache License 2.0
6 stars 5 forks source link

Move auth folder to pwa #11

Closed cre8 closed 2 months ago

cre8 commented 2 months ago

Right now the auth module is placed in the shared folder, but each project has it's own auth implementation. Therefore we should also move the auth folder to the pwa project.

We then have the task to pass the auth service to the settings module so the logout function can be triggered.