wolpertingers / wolpertinger-java

:shirt: JavaEE backend microservice of the wolpertinger project.
1 stars 0 forks source link

Create AccessToken for order process. #24

Closed ingokuba closed 5 years ago

ingokuba commented 5 years ago

AccessToken: { id: Long value: String (randomly generated) } Order: { accessToken: OneToOne, optional = false } Unique constraint on

ingokuba commented 5 years ago

AccessTokenResource: @POST to create -> return created value Secure with authentication?! -> password?

ingokuba commented 5 years ago

Add token input to order dialog.