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

[Core, Protobuf, Foxx] Implement and utilize a collection_type in UserTokenGetRequest messages #1295

Open
1 task
t-ramz opened this issue Feb 7, 2025 · 0 comments

Comments

@t-ramz
Copy link
Collaborator

t-ramz commented Feb 7, 2025

Problem Statement

The collection type field in #1284 currently handles and validates string values, and there are a mappable and finite number of options

Description

Create an enum in SDMS.proto that can be used in the request and core to represent the options below:

MAPPED
HA
GUEST
PERSONAL

This enum will need to be included in other source files much like AccessTokenType in foxx/api/support.js and web/services/UserToken.js

Acceptance

  • All references to collection_type are replaced by enum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant