snac-cooperative / snac

SNAC Server with WebUI and RestAPI
Other
5 stars 3 forks source link

Add Single Sign On to Integrate with SNAC-Laravel #279

Closed rderik closed 3 years ago

rderik commented 3 years ago

Added new functions that will be called from Laravel to Login using an OAuth Token. And also close and destroy the session after logging out in the Laravel Application.

rderik commented 3 years ago

WIP don't merge yet

rderik commented 3 years ago

@glassjoseph I added the ability to login and logout from SNAC to SNAC-Laravel, you can check the code. We should discuss it before merging it.