# Summary

Bakery provides a "single sign on" feature for Drupal based sites that are on the same second-level domain (i.e. example.com, subsite.example.com, subsite2.example.com). It could also provide support for any other website that implements the same web cookie, xmlrpc, and POST methods.

# Project URL

https://www.drupal.org/project/bakery

# Where is the code?

N/A

# Estimated completion date

N/A

# Dependencies

N/A

# Who's doing the port?

N/A

# What help do they need?

N/A

# D8 roadmap

See: #2699683: Port Bakery to Drupal 8.

# Background and reference information

N/A

Comments

geerlingguy created an issue. See original summary.

colan’s picture

Status: Active » Needs work

As per the roadmap issue, there's a working D8 branch, but no alpha or beta release yet.

apaderno’s picture

The Drupal 8 branch doesn't seem to contain code that would work on Drupal 8. There is a function with commented out code, code that is still using Drupal 7 functions, and code that still uses mcript_*() functions, which should not be anymore used on PHP 7.