javalite / activeweb

ActiveWeb moved, see below

Home Page:http://javalite.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I decided not to use cookie at all, to the traditional session solution should not work. I want to use bearer tokens to authenticate users.

Aetherus opened this issue · comments

I decided not to use cookie at all, to the traditional session solution should not work. I want to use bearer tokens to authenticate users.

Besides, sessions have side effects beyond the current request, and it introduces states to the server side application, so no, this is not the solution I'm looking for.

Originally posted by @Aetherus in #406 (comment)

Please, do not use issues as comments to previous conversations. For your problem refer to: https://oss.sonatype.org/content/repositories/snapshots/org/javalite/