You'll need to create a custom phpBB API endpoint that checks user existence and group membership. The app can send social login tokens to this endpoint, which queries the phpBB database and returns a JSON response (true/false) to grant or deny acce…