0

There is a problem to realize my OAyuth-2 server. Can I store the Access-tokens of users on the server? If not, how can I make it so that each user would have had only one working Access-token? I hope my question is clear, thanks in advance.

Artem
  • 487
  • 1
  • 8
  • 19

1 Answers1

1

Your question sounds strange. It is the role of an OAuth server to generate and manage access tokens. "Can I store access tokens?". Well, instead, "You must store access tokens."

Takahiko Kawasaki
  • 18,118
  • 9
  • 62
  • 105