Feature #26487
add graphql jwt login mutation
Pull request:
Fixed in Releases:
Found in Releases:
Description
For a user it should be possible to login via graphql. The API should return a JWT token that can be used to issue further requests as a logged in user.
Related issues
Associated revisions
History
#1
Updated by Timo Goebel over 3 years ago
- Related to Feature #22388: Authenticate Users using JWTs added
#2
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6627 added
#3
Updated by Ondřej Pražák about 3 years ago
- Status changed from Ready For Testing to Closed
- Fixed in Releases 1.23.0 added
#4
Updated by Timo Goebel about 3 years ago
- Related to Feature #26669: graphql should support brute force protection added
#5
Updated by Timo Goebel about 3 years ago
- Related to Feature #26887: graphql login: count login failures as brute force attempts added
fixes #26487 - user login with graphql