mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[PR #249] [CLOSED] Add LDAP Authentication #549
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#549
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-shiori/shiori/pull/249
Author: @ynsta
Created: 5/16/2020
Status: ❌ Closed
Base:
master← Head:ldap📝 Commits (3)
367b0f8✨Add LDAP Authenticationa84303b⬆Update dependencies and vendor dir86e3729🐋Improve Dockerfile and Add compose📊 Changes
838 files changed (+504351 additions, -107 deletions)
View changed files
📝
Dockerfile(+13 -9)➕
docker-compose.yml(+57 -0)📝
go.mod(+24 -19)📝
go.sum(+159 -46)➕
internal/auth/auth.go(+119 -0)➕
internal/auth/ldapauth.go(+161 -0)📝
internal/cmd/root.go(+4 -4)➕
internal/env/env.go(+66 -0)➕
internal/env/example_env_test.go(+107 -0)📝
internal/webserver/handler-api.go(+7 -29)➕
vendor/github.com/PuerkitoBio/goquery/.gitattributes(+1 -0)➕
vendor/github.com/PuerkitoBio/goquery/.gitignore(+16 -0)➕
vendor/github.com/PuerkitoBio/goquery/.travis.yml(+17 -0)➕
vendor/github.com/PuerkitoBio/goquery/LICENSE(+12 -0)➕
vendor/github.com/PuerkitoBio/goquery/README.md(+183 -0)➕
vendor/github.com/PuerkitoBio/goquery/array.go(+124 -0)➕
vendor/github.com/PuerkitoBio/goquery/doc.go(+123 -0)➕
vendor/github.com/PuerkitoBio/goquery/expand.go(+70 -0)➕
vendor/github.com/PuerkitoBio/goquery/filter.go(+163 -0)➕
vendor/github.com/PuerkitoBio/goquery/go.mod(+8 -0)...and 80 more files
📄 Description
Hello,
Here a new PR for ldap authentication on your latest branch and without the config part.
All settings are given via environment vars.
I also added a docker-compose as an example with all env vars and a postgresql.
Regards,
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.