mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1801] [Plugin idea] realtime notification and authoriztion #1425
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1425
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 @NoCLin on GitHub (May 10, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1801
Originally assigned to: @blizard863 on GitHub.
I am going to develop a simple authentication system based on the server-side plugin. The main idea is to send an email (or other methods) to notify the developer in real time when an event is received, and developer can jump to the web interface to authorize the corresponding event.
So, I need the Login event to provide as much information as possible, such as the
frpcaddress and port, and what is the meaning of privilege_key?Also, there is a problem with the NewWorkConn event registration:
1ab23b5e0e/models/plugin/server/manager.go (L54-L56)@blizard863 commented on GitHub (May 12, 2020):
The privilege_key is just for authorization.
you can see frp/models/auth/ to get more information.
@blizard863 commented on GitHub (May 12, 2020):
https://github.com/fatedier/frp/blob/master/doc/server_plugin_zh.md