Allows an OpenID Connect provider to be used as an authentication provider for Discourse
Go to file
dependabot[bot] 07e30e59bf
Bump braces from 3.0.2 to 3.0.3 (#79)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-16 22:32:34 +02:00
.github/workflows DEV: Update CI workflows (#55) 2023-01-10 18:23:07 +00:00
assets/stylesheets DEV: Add stylesheet placeholder 2018-11-21 15:48:20 +00:00
config Update translations (#78) 2024-05-31 12:28:54 +02:00
lib DEV: Update rubocop-discourse to version 3.8.0 (#77) 2024-05-28 11:33:29 +02:00
spec DEV: Fix new Rubocop offenses 2024-05-24 16:48:30 +02:00
.discourse-compatibility DEV: Pin plugin for Discourse < 3.3.0.beta1-dev (#74) 2024-02-29 13:54:34 -07:00
.eslintrc.cjs DEV: Update linting (#71) 2024-01-16 18:01:20 +01:00
.gitignore DEV: Update CI workflows (#37) 2022-06-11 13:04:45 +02:00
.prettierrc.cjs DEV: Update linting (#71) 2024-01-16 18:01:20 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#51) 2022-12-29 13:33:26 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#51) 2022-12-29 13:33:26 +01:00
.template-lintrc.cjs DEV: Update linting (#71) 2024-01-16 18:01:20 +01:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#51) 2022-12-29 13:33:26 +01:00
Gemfile.lock DEV: Update rubocop-discourse to version 3.8.0 (#77) 2024-05-28 11:33:29 +02:00
LICENSE Initial commit 2018-11-09 12:49:36 +00:00
README.md DEV: General cleanup (#34) 2022-04-06 12:19:39 +02:00
package.json DEV: Update rubocop-discourse to version 3.8.0 (#77) 2024-05-28 11:33:29 +02:00
plugin.rb DEV: Update linting (#71) 2024-01-16 18:01:20 +01:00
translator.yml DEV: Add Crowdin support (#20) 2021-09-28 14:32:47 +02:00
yarn.lock Bump braces from 3.0.2 to 3.0.3 (#79) 2024-06-16 22:32:34 +02:00

README.md

discourse-openid-connect

A plugin to integrate Discourse with an openid-connect login provider

For information and discussion, see https://meta.discourse.org/t/openid-connect-authentication-plugin/103632