You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/server/config
lebaudantoine 9aaaca1b8d feat: Support OIDC signed UserInfo responses
Some OIDC providers support signed UserInfo response, to enhance
security. The OIDC client should be free to ask for the user info
sgnature, however in certain situations (e.g egov applications)
where security matters, the OIDC providers might chose to enforce
this sugnature.

Planka was not supported signed UserInfo response, which resulted
in an misleading exception 'invalidCodeOrNonce'.

Introduce the proper configurations to parametrize the OIDC client,
and a dedicated exception to improve the developer experience.

Specifications:

"The UserInfo Claims MUST be returned as the members of a JSON
object unless a signed or encrypted response was requested
during Client Registration."
1 year ago
..
env fix: Fix proxy forwarding (#295) 3 years ago
locales Initial commit 6 years ago
blueprints.js Add test libs, update dependencies 5 years ago
bootstrap.js Code formatting with prettier, change eslint config for the server 6 years ago
custom.js feat: Support OIDC signed UserInfo responses 1 year ago
datastores.js chore: Update dependencies 2 years ago
globals.js Code formatting with prettier, change eslint config for the server 6 years ago
http.js Code formatting with prettier, change eslint config for the server 6 years ago
i18n.js Code formatting with prettier, change eslint config for the server 6 years ago
log.js fix: Use custom logger only for production 3 years ago
models.js fix: Fix saving milliseconds for timestamps 3 years ago
policies.js feat: Ability to allow everyone to create projects (#787) 2 years ago
routes.js feat: Sort cards within list (#717) 2 years ago
security.js feat: Store accessToken in cookies instead of localStorage 4 years ago
session.js Add test libs, update dependencies 5 years ago
sockets.js Code formatting with prettier, change eslint config for the server 6 years ago
views.js fix: Front-end base url with path (#303) 3 years ago