There is Authorization OAuth2 Server to get access+refresh token. As far as i understand, access token can be stored on client-side, because it has short live circle. But can refresh token be stored there? According information that I've read, there is no secure way to do it(here)
So, I have to implement separate server-side service, just to store refresh token.
Am I right? Is it only one possible way to store refresh token?
P.S. Client-side: angularJS