Skip to content

Help on implementing ReserveRequest #24

Closed Answered by villekr
jxtaaa asked this question in Q&A
Discussion options

You must be logged in to vote

Your JWT token has no meaning in relation to OCPP communication. It's part of authenticating user in Client API. So yes, you probably will need to perform JWT token validation somehow in Client API (and this has nothing to do with OCPP, check e.g. FastAPI docs for instructions how to do that). After authentication you will likely have some form of authorization i.e. whether user is able to perform the specific request towards a specific charging station (once again this user authorization in Client API is something that's not related to OCPP communication as such).

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
9 replies
@jxtaaa
Comment options

@villekr
Comment options

@jxtaaa
Comment options

@villekr
Comment options

@jxtaaa
Comment options

Comment options

You must be logged in to vote
1 reply
@jxtaaa
Comment options

Answer selected by jxtaaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants