Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 437 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 437 Bytes

sapper-auth

This repository is not maintained anymore. If you are looking for more advanced JWT authentication in Sapper, please check Oxeye project.

Sapper example application with JWT authentication

After successful login both header with token and cookie with token will be returned because in the following requests which may be rendered on the server JWT can't be sent by authorization header.