-
Notifications
You must be signed in to change notification settings - Fork 68
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
How to interface with the authentication #134
Comments
Ok with the help of chatGPT here is what I got working. This might help someone else
|
I am running into an issue, that windows 11, is totally bypassing the authentication and allows full access with out credentials. Any idea why? |
Adding requireAuthentification: true, has stopped the windows file explorer from having access, but now it wont grant access with the right credentials presented. I tired strictmode on and off. Any suggestions? |
Hi, I would try using a privilege manager that allows access only to users that belongs to a directory. To acheive this I do :
Hope this helps ! Cheers N. |
I am looking to use mongo db as a authentication source for the server. I know nothing about TS and using classes and constructors. I am trying to understand the examples given but it just doesn't make any sense.
here is what Understand so far
When the sever starts, it adds the values for this user to some sort of memory table. Then when the requests comes it is compared and go or no go.
What I am looking for is the ability to get the incoming Basic auth values and look up my mongo table instead. I just can't figure out how to grab the values on connection, or does the server have to preload all the values ahead of any connection?
I have goggled around looking for some examples, if you have anything you can share would be most appreciative.
Thanks,
The text was updated successfully, but these errors were encountered: