mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[PR #75] [MERGED] Add PocketID OAuth Provider Plugin #101
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#101
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/pelican-dev/plugins/pull/75
Author: @Ebnater
Created: 1/4/2026
Status: ✅ Merged
Merged: 1/6/2026
Merged by: @Boy132
Base:
main← Head:main📝 Commits (10+)
5489e98add PocketID provider plugin with OAuth integration1cf728dupdate plugin URL to correct path for PocketID provider1342561füge composer_packages für die Laravel Socialite OIDC-Abhängigkeit hinzu748e923entferne hintCopy von der Callback-URL im PocketIDSchema und füge die Provider-Klasse für OAuth-Integration hinzu76b789fentferne überflüssigen Kommentar aus der Provider-Klasse3d6466daktualisiere Abhängigkeiten im Plugin und entferne nicht mehr benötigte Provider-Klasse9a7e859aktualisiere Abhängigkeit für socialiteproviders/pocketid auf Version 5.03438b15füge socialiteproviders/pocketid Abhängigkeit zu den Plugin-Abhängigkeiten hinzu9904b37füge fehlende neue Zeile am Ende der Datei PocketIDProviderPluginProvider.php hinzua4bae19plugin ordner umbenennen📊 Changes
7 files changed (+160 additions, -1 deletions)
View changed files
📝
.github/workflows/lint.yml(+1 -1)📝
README.md(+1 -0)➕
pocketid-provider/README.md(+12 -0)➕
pocketid-provider/plugin.json(+17 -0)➕
pocketid-provider/src/Extensions/OAuth/Schemas/PocketIDSchema.php(+95 -0)➕
pocketid-provider/src/PocketIDProviderPlugin.php(+18 -0)➕
pocketid-provider/src/Providers/PocketIDProviderPluginProvider.php(+16 -0)📄 Description
I added a PocketIDSchema to OAuth Providers. The initial code is copied from this repo.
Summary by CodeRabbit
New Features
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.