Instead of using your own OpenID Provider, you can also use external providers. For details on how
to configure authentication for external providers like GitHub, please refer to [the nuxt-oauth documentation](https://auth.nuxtjs.org/schemes/oauth2.html)
### Installation
Installation is done with `npm`. Execute the following commands after changing to the user-panel/frontend
directory.
```
cd user-panel/frontend
npm install --production
```
...
...
@@ -25,14 +55,6 @@ or
npm build-start
```
### Configuration
Configuration has to be specified in `nuxt.config.js`. Setting the OpenID Connect paramaters
correctly is essential for the login process to work.
For details on how to configure authentication for external providers like GitHub or Facebook
please refer to [the nuxt-oauth documentation](https://auth.nuxtjs.org/schemes/oauth2.html)