meili-NG / meiliNG.js

meiliNG: Easy Identity/Login Infrastructure, Next Generation. Supports oAuth2 and OpenID Connect specifications
https://meili.ng
MIT License
21 stars 7 forks source link

Essential scopes doesn't setup upon installation #49

Closed ldmsys closed 1 year ago

ldmsys commented 2 years ago

Essential scopes such as openid, profile, email doesn't setup since table Permission is empty on clean installation.

Please refer OpenID Connect Spec for details.

Alex4386 commented 2 years ago

Setup script is currently planned at the moment. Maybe you can implement one for me. (preferably, with wizard for .env file) Assigning this issue to @ldmsys. You can implement this since we already have wizard-like flow on yarn keygen.

Alex4386 commented 2 years ago

Check https://github.com/meili-NG/meiliNG/blob/staging/keygen.js. And don't forget to target staging branch. That's where 0.9.0 development is going on at the moment.

Alex4386 commented 1 year ago

STUB implemented on 15e441d458a28448ad81898b387bff7bb33854e6

Alex4386 commented 1 year ago

Implmented @ https://github.com/meili-NG/meiliNG/blame/staging/configure.js

Closing Issue