Skip to content
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

[FEAT]: More user and API customization #2372

Closed
jayteaftw opened this issue Sep 25, 2024 · 1 comment
Closed

[FEAT]: More user and API customization #2372

jayteaftw opened this issue Sep 25, 2024 · 1 comment
Labels
enhancement New feature or request feature request

Comments

@jayteaftw
Copy link

What would you like to see?

I was looking into using anything-llm as it seems to have a suite of features.
However, I was curious if better User authentication could be implemented (or already exists)
The two things I am looking for are

  1. Custom external login/signup auth flow.
    When a users attempts to signin, they are sent to an external web auth (in my case I am using a CAS system) and when redirected anythingLLM would look into the JSON response which contains a JWT token that has fields that could be customized

API calls being made can have custom headers attached, Our custom LLM solution utilizes the JWT token mentioned before to see if an API call is authorized so being able to pass it through any of the API calls would be ideal instead of using an API token

Note: I am a Python user with little JS experience but would be willing to help if this is something the platform could be able to support

@jayteaftw jayteaftw added enhancement New feature or request feature request labels Sep 25, 2024
@timothycarambat
Copy link
Member

We are building external auth plugins where you could assign a flow like this (probably via popup and parent.postMessage listening) which will also be how SSO #1193 will function.

Track that issue for implementation since that will be how to do this since out of the box, this specification is too niche to put in the main app. It will function a lot like agent skill plugins!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

2 participants