OpenBankProject / OpenBankProject/OBP-API
Signup doesn't update views
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.7k
- Forks
- 482
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 15
Description
Just discovered this on socgen-k and debugged a bit with @pbozin . The title of this issue might not be accurate. It is probably unrelated to kafka, but possibly only shows there:
- Signed up a new user and got logged in automatically to the API
- Logged in to API Explorer -> 0 accounts
- Logged out of API Explorer and API
- Logged back in to API Explorer and API via API Explorer -> 1 account
Petar suspects that signup doesn't update views and the bug is in AuthUser.scala
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in AuthUser.scala and reproduce the reported signup and API Explorer login sequence: sign up, inspect the account view, log out, then log back in. Compare the views before and after reauthentication; done means a newly signed-up user can see the expected account without logging out and back in.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100