-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access restriction for login user only #260
Comments
|
Thanks for your quick answer.
|
Hmm... I see. Dynamic configuration option may be a problem. All options are loaded from the json config file and stay persistent until browser reload. I can suggest to provide a public method to update values for
Would this work for you? |
Is setRequestParams() a built-in function on filemanager.js, or is it need to make? Thanks for your help. |
It was a suggestion, as I mentioned. This should be implemented. |
If you implemented it in that way, it will for for me. Thank you.
|
RichFileManger won't read jwt from local storage itself. It also won't call setRequestParams itself. I suggested that I implement RichFileManger provides callback functions feature. You have to define them in the |
Let me know if you think this will work for you. |
This will surely work for me. |
Implemented. See description and usage examples in the wiki. Looking forward your feedback. |
Thank you. |
@servocoder Code I modified is at below.
` |
Be more attentive to my previuos replies, please.
In this case your implementation with plugin's options defined in the The workflow desription: First the RFM plugin initialized in the Then interpreter does down to the RFM plugin initialization, defined in the I'm about to add this note to the wiki. |
Highlighted it in the wiki: |
Thanks for your explanation. I tested your new feature by prototype code, and it works well. |
I know, sorry for that. You are not the first one who is confused of that. |
@badsaarow have you figure out a solution for your issue, or have you make a PR, ? |
I need a help for integration this RichFileManager to my application.
My application is working under Node js.
So I ported nodejs connector, and it works now.
Next step I wanted is authentication. Currently I'm using JWT authentication for my application.
My idea is below.
Would you give a guide for this?
Can it be handled by configuration file? If not, where can I change from code?
Thanks for reading.
The text was updated successfully, but these errors were encountered: