-
Notifications
You must be signed in to change notification settings - Fork 294
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
Programming exercises
: Add tool token support
#9408
base: feature/bearer-support
Are you sure you want to change the base?
Conversation
As discussed before, I do not think that it is a good idea to offer a |
its still a draft, so I would like to first have a discussion about it, before declining this PR. |
We discussed this already several times. I'm not sure if additional discussions help, when my arguments against it are ignored :-( |
we agreed on a meeting in the afternoon, so please let us have this meeting first |
After the meeting the proposed solution looks as follows:
@krusche will provide further feedback on that |
Programming Exercise
Add re-key endpointProgramming Exercise
: Add re-key endpoint
Programming Exercise
: Add re-key endpointProgramming exercises
: Add re-key endpoint
Programming exercises
: Add re-key endpointProgramming exercises
: Add theia token for redirect
TODO, make endpoint only available if theia profile is active |
src/main/java/de/tum/cit/aet/artemis/core/web/open/PublicUserJwtResource.java
Outdated
Show resolved
Hide resolved
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
Tip
This PR stacks on top of
feature/bearer-support
Checklist
General
Server
Client
authorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).Changes affecting Programming Exercises
Description
Adds an endpoint to generate a new token based on the old token.
This is primarily needed for the online IDE, to pass the artemis token in the redirect
Steps for Testing
Code reviews or testing in Postman with both as-bearer and without would be nice
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Performance Review
Code Review
Manual Tests
Exam Mode Test
Performance Tests
Test Coverage
Screenshots
Summary by CodeRabbit
Release Notes
New Features
Improvements
Bug Fixes