lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.datapage.app
MIT License
1.29k stars 69 forks source link

OIDC authentication #82

Open lovasoa opened 12 months ago

lovasoa commented 12 months ago

Feature Request: implement signin using an external OIDC (oauth) povider such as Google, Microsoft, Apple, Auth0, keycloak...

keyword: SSO, single-sign-on

This is a follow-up on https://github.com/lovasoa/SQLpage/issues/12

lovasoa commented 4 months ago

OIDC is still not available natively, but since sqlpage.fetch is available, it is possible to implement it manually in SQLPage. I wrote a demo here: https://github.com/lovasoa/SQLpage/tree/main/examples/single%20sign%20on