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

auth controller tokens #33

Closed
6 tasks done
ssube opened this issue Dec 3, 2018 · 0 comments
Closed
6 tasks done

auth controller tokens #33

ssube opened this issue Dec 3, 2018 · 0 comments
Assignees
Labels
scope/controller status/fixed issues that have been fixed and confirmed type/feature

Comments

@ssube
Copy link
Owner

ssube commented Dec 3, 2018

Summary

The AuthController should be able to issue, save, and (in)validate tokens.

Scope

  • token
    • issue
    • get (current)
    • list (current user)
    • delete (invalidate)
    • get (validate provided)

Use Case

API access via the express listener.

Issues

Need permissions in place first.

Need verbs for (in)validate.

Details

Token entity exists, fields map to JWT claims. Issue JWTs with permissions as scopes and validate.

@ssube ssube added type/feature scope/controller status/planned issues that have been planned but not started labels Dec 3, 2018
@ssube ssube self-assigned this Dec 3, 2018
@ssube ssube added this to the work milestone Dec 5, 2018
@ssube ssube added status/progress issues that are in progress and removed status/planned issues that have been planned but not started labels Dec 10, 2018
@ssube ssube added status/fixed issues that have been fixed and confirmed and removed status/progress issues that are in progress labels Dec 12, 2018
@ssube ssube closed this as completed Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/controller status/fixed issues that have been fixed and confirmed type/feature
Projects
None yet
Development

No branches or pull requests

1 participant