Feature #22388
Authenticate Users using JWTs
Description
When building a single page application that uses Foreman as a backend, a developer wants to authenticate users using JSON Web Tokens (jwt.io). JWTs have the advantage, that they are stateless, scalable and decoupled. They also promise better performance and are mobile ready.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/5336 added
#2
Updated by Timo Goebel almost 5 years ago
- Related to Task #23447: Change login process to support SPA added
#3
Updated by The Foreman Bot almost 5 years ago
- Assignee set to Timo Goebel
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5596 added
#4
Updated by The Foreman Bot about 4 years ago
- Status changed from Ready For Testing to New
- Pull request deleted (
https://github.com/theforeman/foreman/pull/5336)
#5
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
#6
Updated by Tomer Brisker about 4 years ago
- Fixed in Releases 1.22.0 added
#7
Updated by Timo Goebel about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 4d85ceaad474ad5e32f9d037688c60dcbf4f1943.
#8
Updated by Timo Goebel about 4 years ago
- Related to Feature #26487: add graphql jwt login mutation added
fixes #22388 - jwt token auth