mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #400] [Proposal] Allow external login to the app #291
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#291
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?
Originally created by @X-Ryl669 on GitHub (Aug 10, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/400
I'd like to integrate Koel in my webserver as a service available from the main CMS. I've successfully done it this way (I've tried to avoid being intrusive to Koel's source code, and I think I got something working quite well).
So, step by step tutorial is:
loginRedir.phpcontaining:into
Then anytime you trigger the initial script, it'll login on Koel too and boot up from there.
@X-Ryl669 commented on GitHub (Aug 10, 2016):
@phanan, if you think this has some value, would you accept a change to the configuration to allow setting the redirection destination upon user logout ?
Right now when clicking the "logout" button, it returns to the login form. I'd like to redirect to somewhere else instead, so I can log out the user from the CMS too and redirect to the CMS's login screen instead.
This can't be done without changing Koel's source code a bit.
Would you accept a PR for this ?
@phanan commented on GitHub (Aug 11, 2016):
I think this is an edge case. Instead, you can fork into your own Koel repo
and sync with upstream once in a while.
On Wed, Aug 10, 2016 at 11:08 PM, X-Ryl669 notifications@github.com wrote: