casdoor / casdoor-java-sdk

Java client SDK for Casdoor
https://github.com/casdoor/casdoor
Apache License 2.0
27 stars 43 forks source link

feat: add missing Sign Up and Sign In items fields in Application #87

Closed CameronMukherjee closed 2 months ago

CameronMukherjee commented 2 months ago

Fix: https://github.com/casdoor/casdoor-java-sdk/issues/86

The Application entity found at org.casbin.casdoor.entity.Application is missing required fields that are needed to correctly load the OAuth2 page and admin dashboard.

Fields missing are:

Due to these missing fields the database is holding null. This results with a front-end error as the UI is expecting an array (even if it's an empty array) in comparison to null for both the OAuth2 login page, and the Admin Dashboard.

casbin-bot commented 2 months ago

@tangyang9464 @imp2002 please review

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.