Skip to content

Commit 21af624

Browse files
authoredJan 13, 2025
Merge pull request #2149 from AmruthPillai/feat/implement-openid-connect-strategy
Implement OpenID Connect Authentication Strategy
2 parents 0f8f2fe + 227870a commit 21af624

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+585
-74
lines changed
 

‎.env.example

+9
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,12 @@ STORAGE_SKIP_BUCKET_CHECK=false
6868
# GOOGLE_CLIENT_ID=
6969
# GOOGLE_CLIENT_SECRET=
7070
# GOOGLE_CALLBACK_URL=http://localhost:5173/api/auth/google/callback
71+
72+
# OpenID (Optional)
73+
# OPENID_AUTHORIZATION_URL=
74+
# OPENID_CALLBACK_URL=http://localhost:5173/api/auth/openid/callback
75+
# OPENID_CLIENT_ID=
76+
# OPENID_CLIENT_SECRET=
77+
# OPENID_ISSUER=
78+
# OPENID_TOKEN_URL=
79+
# OPENID_USER_INFO_URL=

‎apps/client/src/locales/af-ZA/messages.po

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Language: af\n"
99
"Project-Id-Version: reactive-resume\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"PO-Revision-Date: 2025-01-13 00:38\n"
11+
"PO-Revision-Date: 2025-01-13 15:03\n"
1212
"Last-Translator: \n"
1313
"Language-Team: Afrikaans\n"
1414
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -1017,6 +1017,10 @@ msgstr ""
10171017
msgid "OpenAI/Ollama Integration"
10181018
msgstr ""
10191019

1020+
#: apps/client/src/pages/auth/_components/social-auth.tsx:44
1021+
msgid "OpenID"
1022+
msgstr ""
1023+
10201024
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:67
10211025
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:168
10221026
msgid "Options"

0 commit comments

Comments
 (0)