-
Notifications
You must be signed in to change notification settings - Fork 14
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
Slightly more complex use-cases? #2
Comments
I'm interested in adding it yes. I've only been wanting to add things as needed. However, this could handle that already in its given state by concatenating the id to the expiration. If the expiration is always disclosed then this is the preferred option. If you'd like to not disclose it then I'd have to add some more work. |
Expiration being linkable, wouldn't want it exposed for privacy use-cases. That does also imply requiring a "exp < now" zkp step also though to keep it unlinkable. |
Expiration is usually exposed for quick checks. The easier solution is the public key is rotated every epoch which avoids the need for that field. |
@mikelodder7 it seems exposing the |
I think Oberon is very interesting, I understand it to be a very clean and simple boolean token, minimalist.
I can imagine a lot of use cases right away though where just a bit more policy is needed, even if it's as simple as adding an expiration.
You mention in the crypto definition that attributes can be easily added, is that on the roadmap to also document/support or do you want to keep Oberon very lightweight/focused on just yes/no access?
The text was updated successfully, but these errors were encountered: