Wappler as OIDC (or OAuth2) provider

Hello,

Here again with another bizarre question that will probably linger for a few years.

So, I'm interested in making my Wappler website a centralized login source, so other websites can login with the account of the primary website.

Basically, you know how you can login on websites with Google, Facebook, etc.? I want to allow other apps to login with my Wappler website, so my Wappler website becomes the Provider.

So, has anyone done this?

Something like this?

Userauth - an open source user authentication and authorization project for Wappler - Coffee Lounge - Wappler Community

I'm afraid not, I already have login/registration and similar, I want other websites to be able to login using my website's account, similar to "login with Google"

I thought that you may have gotten some pointers form @scottclee and build on that.

The most important part moving forward is the OAuth2 Authorization Server as your site needs to act as an OAuth2 provider issuing the access tokens to third parties.

Perhaps move then login credentials to a central (cloud?) database and allow all apps the authenticate against that central login table