-
Notifications
You must be signed in to change notification settings - Fork 8
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
Authentication as LuckPerms extension #7
Comments
Try:
and then make HTTP requests with the following header
If that doesn't work, please give more detailed reproduction steps and I can have a deeper look. :) |
Hmm, It still does not seem to be able to authenticate: How to reproduce: Running as a LuckPerms extension on Velocity My full startup command:
Luckperms startup log: |
That error does not look like it's coming from LuckPerms |
Hmm weird, I'll continue troubleshooting... However, if I don't get it to work you think I could hardcode the credentials into the jar? |
Hi!
I can't seem to be able to get the authentication working. I tried adding this to the startup command:
java -DLUCKPERMS_REST_AUTH=true -DLUCKPERMS_REST_AUTH_KEYS=<authkey> ..(rest of my startup command line)
I even have them setup as a env variable using the "export" command on my linux server but I keep getting the error:
The text was updated successfully, but these errors were encountered: