Skip to content

Adding a "visitor" button #3143

Answered by Limezy
Limezy asked this question in Self Hosting
Discussion options

You must be logged in to vote

For those who could be interested, here is a patch that is perfectly working for the need expressed above :
Patch to be applied on top of the v0.62.0 release tag.

diff --git a/package.json b/package.json
index 462c7c3b..44338454 100644
--- a/package.json
+++ b/package.json
@@ -127,6 +127,7 @@
     "passport": "^0.4.1",
     "passport-google-oauth2": "^0.2.0",
     "passport-oauth2": "^1.6.1",
+    "passport-req": "^0.1.1",
     "passport-slack-oauth2": "^1.1.0",
     "pg": "^8.5.1",
     "pg-hstore": "^2.3.4",
diff --git a/server/routes/auth/providers/req.ts b/server/routes/auth/providers/req.ts
index e69de29b..22beba6e 100644
--- a/server/routes/auth/providers/req.ts
+++ b/server/routes/…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

Limezy
Mar 4, 2022
Author Sponsor

You must be logged in to vote
0 replies
Answer selected by Limezy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants