IoSL-INav / project

Main repository for keeping track of the overall project and team organisation.
0 stars 0 forks source link

iOS CompanionRequest Handling #102

Closed boaerosuke closed 8 years ago

boaerosuke commented 8 years ago

Implementation to send and receive Friend Requests not possible yet (waiting for backend)

hechi commented 8 years ago

should work i tested it... you can test it with your own userID

boaerosuke commented 8 years ago

Workaround for Demo:

https://federation.cyclone-project.eu/auth/realms/master/account

If you login you get to a screen where you can manually put in your email address. This adress will be contained in the identity token you get from the Federation Provider and be ready for you to use in the demo.

Right now I don´t know what you need to do/work/change on the backend to make this work

mathiasslawik commented 8 years ago

For the backend part you'd need to retrieve the email JWT claim from the identity token you get after login. I'd propose to persist it to the database.

numbleroot commented 8 years ago

We did that. Closing.