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

#379 auth core types #381

Merged
merged 10 commits into from
Jul 28, 2022
Merged

#379 auth core types #381

merged 10 commits into from
Jul 28, 2022

Conversation

llbartekll
Copy link
Contributor

Add core types to Auth sdk

@llbartekll llbartekll changed the base branch from main to develop July 28, 2022 09:49
@llbartekll llbartekll self-assigned this Jul 28, 2022
Comment on lines +7 to +12
let aud: String
let version: String
let nonce: String
let iat: String
let nbf: String?
let exp: String?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still defend the approach of using readable names and declaring the abbreviated coding keys 😬

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s according to cacao specs :-)

@llbartekll llbartekll merged commit 6476a30 into develop Jul 28, 2022
@llbartekll llbartekll deleted the #379-auth-core-types branch July 28, 2022 14:54
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

Successfully merging this pull request may close these issues.

3 participants